What are the components of Kubernetes master and explain each component’s function?
Limited Time Offer!
For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly.
Master DevOps, SRE, DevSecOps Skills!
- API server : It is the front end for the Kubernetes control plane, exposes the Kubernetes API. All other components interact with api server.
- Scheduler
This is one of the key components of Kubernetes master. It is a service in master responsible for distributing the workload. - Controller Manager
Controls the Kubernetes cluster. It includes the Endpoints Controller, Replication Controller, and Namespace Controller etc - etcd : Consistent and highly-available key value store used as Kubernetes’ backing store for all cluster data