Skip to content

Home for the cluster api work, a subproject of sig-cluster-lifecycle

License

Notifications You must be signed in to change notification settings

dgoodwin/cluster-api

 
 

Repository files navigation

Cluster API

What is the Cluster API?

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.

Cluster API Architecture

To learn more, see the Cluster API KEP.

Get involved!

  • Join our Cluster API working group sessions
    • Weekly on Wednesdays @ 11:00 PT (19:00 UTC) on Zoom
    • Previous meetings: [ notes | recordings ]
  • Chat with us on Slack: #cluster-api

Getting Started

Prerequisites

  • kubectl is required, see here.

Prototype implementations

How to use the API

To see how to build tooling on top of the Cluster API, please check out a few examples below:

  • upgrader: a cluster upgrade tool.
  • repair: detect problematic nodes and fix them.

About

Home for the cluster api work, a subproject of sig-cluster-lifecycle

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 98.3%
  • Python 1.2%
  • Other 0.5%