Scheduling in Kubernetes
One of the core features of Kubernetes is Pod scheduling, where Pods with different priorities can be placed on Nodes depending on the available resources. This guarantees cluster and node uptime and prevents mission-critical Pods from eviction.