Launch a debugging pod on a node.
Section: Debugging Pods and Containers
Debug node with ephemeral pod
bash
bash
kubectl debug node/worker-02 -it --image=busybox:1.36Explanation
Launch a debugging pod on a node.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Debugging Pods and Containers
Add ephemeral debug container
Inject an ephemeral debug container into a running pod.
Describe failed pods by selector
Inspect all matching pods for failure clues.
Check permission as another identity
Test RBAC from another subject's perspective.