Skip to main content

Optimizing Workloads with Kubernetes Descheduler

β€” Bibin Wilson

The default Kubernetes scheduler is quite complex and handles many advanced scheduling decisions.

However, once it assigns a pod to a node, it doesn't re-evaluate the pod's placement if a better node becomes available later.

Bibin Wilson