Can a PersistentVolumeClaim (PVC) in one namespace bonded to a PersistentVolume (PV) in another namespace in Kubernetes.
If yes, What are the Advantages and Drawbacks ?
Thank You ,
Deepak
Can a PersistentVolumeClaim (PVC) in one namespace bonded to a PersistentVolume (PV) in another namespace in Kubernetes.
If yes, What are the Advantages and Drawbacks ?
Thank You ,
Deepak
PV are cluster-wide resources, not namespaced, so there is no such thing as a PV in a namespace