Skip to content

Instantly share code, notes, and snippets.

@orlanrepo
Created May 12, 2019 11:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save orlanrepo/83d8cf854c33b2df16cac180c013020d to your computer and use it in GitHub Desktop.
Save orlanrepo/83d8cf854c33b2df16cac180c013020d to your computer and use it in GitHub Desktop.
View and delete deployments
View
kubectl get deployments --all-namespaces
Delete
kubectl delete -n NAMESPACE deployment DEPLOYMENT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment