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

CKA study material · question 374 of 1000

What should be done with a Pod created by kubectl debug --copy-to once the investigation is over?

  1. Nothing; it is garbage collected automatically
  2. Cordon its node
  3. Convert it back to the original Pod
  4. Delete it; it is an ordinary Pod consuming resources
Show the answer

Answer: D. Delete it; it is an ordinary Pod consuming resources

A debugging copy is an ordinary Pod that keeps running and consuming resources until it is deleted.

Source: Debug Running Pods (Kubernetes) — Copying a Pod while adding a new container

Challenge yourself on this topic → Study as cards