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!
There are mainly four components in kubernetes master.They are:
- Api server: Contains all apis available in k8s.Each api is a feature .Api server accepts input in JSON format
- Cluster store : Cluster store is the source of truth of a master.All requested datas are store in cluster store.It uses etcd
- Controller -Controller watches for changes in worker nodes.
- Kube scheduler -Assigns pods to nodes