- Home
- All questions
- Question 693
CKA study material · question 693 of 1000
An operator scripts a rolling reboot that drains five nodes at once. What risk does the documentation identify?
Show the answer
Answer: C. Concurrent drains can together breach the disruption budgets each one separately respects
kubectl drain is meant to be issued to a single node at a time; several drains each honouring a budget in isolation can still remove more replicas than the budget allows.
Source: Safely Drain a Node (Kubernetes) — Use kubectl drain to remove a node from service