Create a one-off interactive pod.
Section: Imperative Resource Creation
Run ad hoc pod
bash
bash
kubectl run toolbox --image=busybox:1.36 -it --rm -- shExplanation
Create a one-off interactive pod.
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 Imperative Resource Creation