Kubernetes Scheduling: Where Pods Learn to Stand in Line (Or Not)
Have you ever thought about how the Kubernetes scheduler under the hood schedules the Pod on the Node? Imagine you've created a deployment that contains 5 replicas of Pod, how does kube-scheduler determine which node the Pod should be scheduled on? N...
nitishblog.hashnode.dev9 min read