kube-scheduler

Glossary Page

The control plane component responsible for assigning nodes to newly created Pods with no node assignment is called the scheduler. The scheduler watches for newly created Pods and selects a suitable node for them to run on based on various factors such as resource requirements, constraints, affinity and anti-affinity specifications, data locality, interference, and deadlines. The goal of the scheduler is to optimize resource utilization and ensure high availability of the workload.

https://kubernetes.io/docs/reference/glossary/?all=true external-link

Latest Webinars

Latest Articles