Skip to content

Instantly share code, notes, and snippets.

@vksuktha
Last active July 24, 2020 10:13
Show Gist options
  • Save vksuktha/08fe77c383328c9aa50e306c780aac5c to your computer and use it in GitHub Desktop.
Save vksuktha/08fe77c383328c9aa50e306c780aac5c to your computer and use it in GitHub Desktop.
K8s run a debug/curl shell
kubectl run -it --image=tutum/curl client --namespace debugtools --restart=Never
kubectl run -it --image=cosmintitei/bash-curl --restart=Never --rm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment