Run one-off pod kubectl

Ephemeral pod for debugging; deleted on exit

kubectl run tmp --image=nicolaka/netshoot -it --rm --restart=Never -n <ns> -- bash
more kubectl all 73 commands →