Skip to content

Instantly share code, notes, and snippets.

@worldofprasanna
Created December 8, 2017 11:28
Show Gist options
  • Save worldofprasanna/82030212ad9ea02f2dd033edfdf8b993 to your computer and use it in GitHub Desktop.
Save worldofprasanna/82030212ad9ea02f2dd033edfdf8b993 to your computer and use it in GitHub Desktop.
Kubernetes Handy Ref
# To delete all the deployments
kubectl get deployments --namespace default -o jsonpath="{.items[*].metadata.name}" | xargs kubectl delete deployment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment