Difficulty: Intermediate
Explain PersistentVolume (PV), PersistentVolumeClaim (PVC), and StorageClass.
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.
PersistentVolume, PersistentVolumeClaim, StorageClass, Dynamic Provisioning