Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save DennisDenuto/a6e5d3ee4007817f12aa4fceebcb874a to your computer and use it in GitHub Desktop.
Save DennisDenuto/a6e5d3ee4007817f12aa4fceebcb874a to your computer and use it in GitHub Desktop.
k8s all the resources
kubectl api-resources --verbs=list --namespaced -o name \
| xargs -n 1 kubectl get --show-kind --ignore-not-found -l <label>=<value> -n <namespace>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment