Skip to content

Instantly share code, notes, and snippets.

@jebeaudet
Last active August 28, 2020 12:21
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 jebeaudet/e7fedbf1aa3f0b8f5c17f7a739a75526 to your computer and use it in GitHub Desktop.
Save jebeaudet/e7fedbf1aa3f0b8f5c17f7a739a75526 to your computer and use it in GitHub Desktop.
kubectl list all resources in the current namespace [k8s] [kubernetes]
kubectl api-resources -o name | xargs -I {} kubectl get {} --show-kind --ignore-not-found
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment