0 votes
in Kubernetes K8s by
"kubectl explain" command is great, but you must know the exact name of the resource (eg pod/services/persistentvolume) to get the details, unless you do recursive How do you get the names of these resources from command line?

1 Answer

0 votes
by

kubectl api-resources  (gives you a list and shortnames and more)  

...