Wednesday, February 27, 2019

Introducing the Kubernetes Cluster-API Project

Kubernetes Cluster-API is an attempt to bring a declarative, Kubernetes-style API for managing clusters and machines. It allows you to define all clusters and machines as Kubernetes objects (based on CustomResourceDefinitions) and then a cloud-specific Cluster-API provider will reconcile your request, i.e. make sure your requested state is what you have in the cloud. With the help of clusterctl, Cluster-API can also create a new Kubernetes cluster from nothing.

We are going to deep dive into Cluster-API, see how it got started, how it looks and works like now, but also how you can get involved in Cluster-API development.



from DZone.com Feed https://ift.tt/2Vodzdw

No comments:

Post a Comment