Enjoying this site? Please to help keep the Snapstats.org lights on.
Description
Kube-scheduler is a component on the master that watches newly created pods that have no node assigned, and selects a node for them to run on.
Factors taken into account for scheduling decisions include individual and collective resource requirements, hardware/software/policy constraints, affinity and anti-affinity specifications, data locality, inter-workload interference and deadlines.
For more information, consult the reference documentation.