- Home
- All questions
- Question 914
CKA study material · question 914 of 1000
kubectl drain has returned successfully. What does that signify?
Show the answer
Answer: C. That every Pod has terminated gracefully and the machine can be worked on
drain waits for graceful termination before returning, so a successful return is the signal that it is safe to shut the machine down or upgrade it.
Source: kubectl drain (Kubernetes) — Synopsis