- Home
- All questions
- Question 954
CKA study material · question 954 of 1000
After finishing with a node debug session, what does the documentation remind you to do?
Show the answer
Answer: D. Delete the debugging Pod
The debug Pod is named after the node and is not cleaned up automatically, so it has to be deleted when the investigation is over.
Source: Debugging Kubernetes Nodes With Kubectl (Kubernetes) — Debugging a Node using kubectl debug node