- Home
- All questions
- Question 690
CKA study material · question 690 of 1000
A Pod's requirements match no node in the cluster. What does kube-scheduler do?
Show the answer
Answer: D. It leaves the Pod unscheduled and keeps retrying
A Pod with no feasible node simply stays unscheduled until the scheduler can place it, which is why a Pending Pod's events are the place to look for the filtering reason.
Source: Kubernetes Scheduler (Kubernetes) — kube-scheduler (overview)