Study. uk . com
  1. Home
  2. All questions
  3. Question 968

CKA study material · question 968 of 1000

What makes an ephemeral container suitable for investigating a Pod that is misbehaving right now?

  1. It runs with elevated privileges by default
  2. It replaces the failing container in place
  3. It is added without restarting the Pod
  4. It is scheduled to a different node for isolation
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

Challenge yourself on this topic → Study as cards