How K8s Scheduler Works ?
What Is the Kubernetes Scheduler?
The scheduler is a control plane component that watches for newly created Pods without assigned nodes and finds a suitable node for them to run on.
This is a two-phase process:
Filtering
Scoring
Filtering
In the ...
rohit1101.hashnode.dev3 min read