Skip to content

Instantly share code, notes, and snippets.

@astleychen
Last active November 12, 2019 02:40
Show Gist options
  • Save astleychen/7eefab004bb14f4fa3ecd8235176d51a to your computer and use it in GitHub Desktop.
Save astleychen/7eefab004bb14f4fa3ecd8235176d51a to your computer and use it in GitHub Desktop.
Kubectl Command Tips
# Run debug app directly
Alpine with curl
```bash
kubectl run -i --tty --rm debug --image=byrnedo/alpine-curl --restart=Never --command sh
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment