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)  

Related questions

0 votes
asked Aug 7, 2023 in Kubernetes K8s by john ganales
+1 vote
asked Dec 26, 2021 in Kubernetes K8s by SakshiSharma
...