Last active
January 16, 2019 18:46
-
-
Save satsie/893e030fd973501e23bcc5aebc19bc1f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Start the dashboard | |
| kubectl proxy (plus optional namespace and context) | |
| Delete everything with a particular label (includes pods, services, replica sets, stateful sets, etc.): | |
| kubectl delete all -l LABEL_KEY=LABEL_VALUE | |
| Example: kubectl delete all -l app=my-app |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment