- Home
- All questions
- Question 910
CKA study material · question 910 of 1000
A control plane node is drained. What happens to the mirror Pods for its static Pods?
Show the answer
Answer: D. They are left alone, since a static Pod cannot be removed through the API
drain never deletes mirror Pods, because the real Pod is defined by a manifest on the node and only the kubelet can remove it.
Source: kubectl drain (Kubernetes) — Synopsis