Skip to content

Instantly share code, notes, and snippets.

@atulkamble
Created March 15, 2026 14:31
Show Gist options
  • Select an option

  • Save atulkamble/f3fa55af59aa9f5094e50602cf0bcf90 to your computer and use it in GitHub Desktop.

Select an option

Save atulkamble/f3fa55af59aa9f5094e50602cf0bcf90 to your computer and use it in GitHub Desktop.

List & Delete All Kubernetes Contexts

kubectl config get-contexts
kubectl config get-contexts -o name | xargs -n 1 kubectl config delete-context
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment