- Home
- All questions
- 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?
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