Skip to content

Instantly share code, notes, and snippets.

@satsie
Last active January 16, 2019 18:46
Show Gist options
  • Select an option

  • Save satsie/893e030fd973501e23bcc5aebc19bc1f to your computer and use it in GitHub Desktop.

Select an option

Save satsie/893e030fd973501e23bcc5aebc19bc1f to your computer and use it in GitHub Desktop.
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