- Home
- All questions
- Question 968
CKA study material · question 968 of 1000
What makes an ephemeral container suitable for investigating a Pod that is misbehaving right now?
Show the answer
Answer: C. It is added without restarting the Pod
Adding an ephemeral container does not restart the Pod, so the state being investigated is preserved rather than destroyed by the act of looking.
Source: kubectl debug (Kubernetes) — Synopsis