Questions tagged [cluster-api]

Use this tag to for questions related to Kubernetes cluster API.

Cluster API is a Kubernetes sub-project focused on providing declarative APIs and tooling to simplify provisioning, upgrading, and operating multiple Kubernetes clusters.
The Cluster API project uses Kubernetes-style APIs and patterns to automate cluster lifecycle management for platform operators. The supporting infrastructure, like virtual machines, networks, load balancers, and VPCs, as well as the Kubernetes cluster configuration are all defined in the same way that application developers operate deploying and managing their workloads. This enables consistent and repeatable cluster deployments across a wide variety of infrastructure environments.

2 questions
1
vote
4 answers

What is difference between Crossplane and Kubernetes Cluster API spec

Can somebody explain the difference in tooling between Crossplane and Cluster API from the perspective of a managed kubernetes platform provision ? https://github.com/kubernetes-sigs/cluster-api I was using crossplane for sometime to create k8s…
0
votes
0 answers

Cluster API not reconciling after worker node container stop in Docker infrastructure deployment using Kind and CAPD

cluster api not able to reconcile for docker infrastructure provider, I have created a k8s cluster using kind. Initialized it using clusterctl init --infrastructure docker and apply one CAPI manifest for 3 control-node + 3 worker node. It was…