Skip to content

Instantly share code, notes, and snippets.

@johananl
Last active May 13, 2019 09:31
Show Gist options
  • Save johananl/c786a165d93db808f5a728287738d1a8 to your computer and use it in GitHub Desktop.
Save johananl/c786a165d93db808f5a728287738d1a8 to your computer and use it in GitHub Desktop.
Run a debug container on k8s
kubectl run -it --rm debug-$RANDOM --image-pull-policy=Always --image=alpine --restart=Never sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment