kubectl get resource --short-names
Ok, lets get all the persistent volume claims in our production namespace. So,
the command would be:
kubectl get persistentvolumeclaims --namespace=production
Ok, the command is easy to understand, but writing such big commands in their
full forms can be a pain quickly. Now image writing such big commands in