Understanding the Kubernetes Scheduler
1. Scheduling Queue
This is the first step in the scheduling process, where unscheduled pods are added to a queue.
Extension Point: queueSort
The scheduler prioritizes pods in the queue using a sorting mechanism.
Default Plugin: PrioritySort:
Pod...
cloudops-chronicles.hashnode.dev4 min read