0 votes
in Kubernetes K8s by
What is the role of kube-apiserver and kube-scheduler?

1 Answer

0 votes
by

The kube – apiserver follows the scale-out architecture and is the front end of the master node control panel. This exposes all the APIs of the Kubernetes Master node components and is responsible for establishing communication between Kubernetes Node and the Kubernetes master components.

The kube-scheduler is responsible for distributing and managing the workload on the worker nodes. So, it selects the most suitable node to run the unscheduled pod based on resource requirements and keeps track of resource utilization. It ensures that the workload is not scheduled on already full nodes.

Related questions

0 votes
asked Dec 26, 2021 in Kubernetes K8s by SakshiSharma
0 votes
asked Oct 7, 2022 in Hadoop Ambari by Robin
...