Skip to content

Instantly share code, notes, and snippets.

@nitinsatish
Last active January 4, 2023 10:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nitinsatish/46fac9a82f9da96acc3dbf23311568fa to your computer and use it in GitHub Desktop.
Save nitinsatish/46fac9a82f9da96acc3dbf23311568fa to your computer and use it in GitHub Desktop.
[k8s container with interactive shell] #kubernetes #k8s

Ubuntu

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

Netshoot

kubectl run tmp-shell --rm -it --image nicolaka/netshoot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment