- Home
- All questions
- Question 466
CKA study material · question 466 of 1000
kubectl drain appears to hang on a node. What is a likely explanation?
Show the answer
Answer: C. A PodDisruptionBudget is blocking the eviction
A drain that would breach a PDB blocks rather than failing, which is why it can appear to hang.
Source: Disruptions (Kubernetes) — Pod disruption budgets