sajad torkamani

What is kube-scheduler?

kube-scheduler is a control plane component responsible for watching for newly created Pods with no assigned nodes and selecting a node for them to run on depending on application resource requirements, node availability, and other things.

Tagged: Kubernetes