Skip to main content

13. Lab: attach persistent storage

Hands-on — provision a PV, bind a PVC, and mount it into a Pod.

⏱ ≈ 30 min this module · 📚 ≈ 6.9 h full track

🔒 Unlock this course to read the material and run the labs.

See options to unlock →
🔒 The written material unlocks with the course.
🧪 Hands-on lab Medium · 170 XP · 30min

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 writer mounting the claim at /data
  • The PVC must reach phase Bound and the Pod Running

🔒 Unlock the course to run this lab.