Run, and exec into, a kubernetes pod on the fly Nov 9, 2019 kubectl run -it test-pod --rm --image busybox --restart Never -n <namespace> -- /bin/sh