kubectl run ubuntu image straight into bash shell mode

This is  really one of my favourite command to use when i troubleshoot issues with pods

kubectl run -it ubuntu-shell --image=ubuntu:22.04 --restart=Never --rm -- bash



Comments

Popular posts from this blog

gemini cli getting file not defined error

mongosh install properly

llama cpp running it in google colab