PV, PVC, & StorageClasses

Difficulty: Intermediate

Question

Explain PersistentVolume (PV), PersistentVolumeClaim (PVC), and StorageClass.

Answer

PV is the actual storage resource. PVC is a user's request for storage. StorageClass allows for dynamic provisioning of PVs based on a template.

Concepts covered

PersistentVolume, PersistentVolumeClaim, StorageClass, Dynamic Provisioning