Post

Create Pod on the fly

Create Pod on the fly

1
2
kubectl run -i --tty busybox --image=gcr.io/kubernetes-e2e-test-images/dnsutils:1.3 --restart=Never -- sh
kubectl run -i --tty busybox --image=busybox --restart=Never -- sh
This post is licensed under CC BY 4.0 by the author.