- Home
- All questions
- Question 70
CKA study material · question 70 of 1000
A Pod keeps running on a node that has been drained and marked unschedulable. What explains this?
Show the answer
Answer: D. Its nodeName was set directly, bypassing the scheduler
A Pod bound by nodeName skips the scheduler and runs there even though the node is unschedulable.
Source: Safely Drain a Node (Kubernetes) — Use kubectl drain to remove a node from service