Using kubectl to quickly spin up a pod to run shell command

Using kubectl to quickly run a terminal on a namespace. 

kubectl run my-shell --rm -i --tty --image ubuntu -- bash

Comments

Popular posts from this blog

The specified initialization vector (IV) does not match the block size for this algorithm