The Cluster API is a Kubernetes project to bring declarative, Kubernetes-style APIs to cluster creation, configuration, and management. It provides optional, additive functionality on top of core Kubernetes.
Note that Cluster API effort is still in the prototype stage while we get feedback on the API types themselves. All of the code here is to experiment with the API and demo its abilities, in order to drive more technical feedback to the API design. Because of this, all of the prototype code is rapidly changing.
To learn more, see the Cluster API KEP.
- Join our Cluster API working group sessions
- Weekly on Wednesdays @ 10:00 PT on Zoom
- Previous meetings: [ notes | recordings ]
- Chat with us on Slack: #cluster-api
kubectl
is required, see here.clusterctl
is a SIG-cluster-lifecycle sponsored tool to manage Cluster API clusters. See here
To see how to build tooling on top of the Cluster API, please check out a few examples below: