Skip to content

Instantly share code, notes, and snippets.

@vishnuhd
Created December 25, 2019 13:28
Show Gist options
  • Save vishnuhd/635782304ae109455f7ca37b490addae to your computer and use it in GitHub Desktop.
Save vishnuhd/635782304ae109455f7ca37b490addae to your computer and use it in GitHub Desktop.
Debug pod to be used for debugging issues in kubernetes

kubectl run curl-debug -n monitoring --generator=run-pod/v1 --image=radial/busyboxplus:curl -i --tty --rm

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