Skip to content

Instantly share code, notes, and snippets.

@j-keck
Last active December 1, 2023 08:24
Show Gist options
  • Save j-keck/79387ce27ae2534c362d480d219a795a to your computer and use it in GitHub Desktop.
Save j-keck/79387ce27ae2534c362d480d219a795a to your computer and use it in GitHub Desktop.
kubectl get all --everything
kubectl api-resources --verbs=list --namespaced -o name | while read name; do echo -e "\n$name:"; kubectl get -A --show-kind $name;done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment