Goal
Claim a pre-provisioned PersistentVolume and mount it into a Pod.
Requirements (your default namespace, lab)
- A PersistentVolume
data-pv(1Gi, RWO) is already provisioned for you (PVs are cluster-scoped — the platform stages this one) - A PersistentVolumeClaim
data-pvc(1Gi, RWO,storageClassName: "") that binds to it - A Pod
writermounting the claim at/data - The PVC must reach phase Bound and the Pod Running