youtube image
From YouTube: Cluster API 101 :How the APIs works?

Description

Cluster API is a Kubernetes sigs projects that provides a declarative way to create and manage Kubernetes clusters on many providers like Azure, AWS, GCP etc. In this talk, we will help understand how Cluster API is a consistent API across providers which not only enables broader use cases like hybrid and multi-cloud, but it also provides standardised tooling that can talk to this interface by providing blueprint of it’s components on top of which the provider components are built-up. They will touch upon the various involved controllers in cluster API and how the cross communication happens with the hooked in provider controllers in order to provision a Kubernetes cluster with a demo.
The audience should walk away with a good understanding of Cluster API projects, it's involved apis, machinery and how infrastructure provider gets integrated with Cluster API. This talk should be different that other existing Cluster API talks as it talks mostly around the APIs and how different involved controllers communicate and perform various tasks.