All,
Is there a way to find the nodes associated with Persistent Volume Claim.
> kubectl get pvc -n namespace
gives me the list of Persistent Volume Claims. But I need the node also to which each of the Claim is associated with.
Even describing the PVC does not give me the node
kubectl describe pvc pvcname -n namespace
Thanks,
grajee