Skip to content

Instantly share code, notes, and snippets.

@zulhfreelancer
Created October 8, 2021 04:44
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 zulhfreelancer/d0bf9ad0123d0c1a006c856c9f02c4e9 to your computer and use it in GitHub Desktop.
Save zulhfreelancer/d0bf9ad0123d0c1a006c856c9f02c4e9 to your computer and use it in GitHub Desktop.
Kubernetes ephemeral pod (like `docker run --rm`)
kubectl run debug --rm -i --tty --restart=Never --image=alpine --namespace=default -- /bin/sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment