Skip to content

Scheduling, Preemption, Eviction

Scheduling
Making sure Pods are matches to Nodes so kubelet can run them.
Preemption
Terminating Pods with lower priority so higher priority Pods can be scheduled.
Eviction
Terminating one or more Pods on Nodes.

Kubernetes Scheduler