Process Flow - Storage classes for dynamic provisioning
User creates PVC
PVC requests storage
Kubernetes checks StorageClass
StorageClass triggers dynamic provisioning
Provisioner creates PersistentVolume
PV bound to PVC
Pod uses the storage
This flow shows how a PersistentVolumeClaim (PVC) triggers dynamic storage provisioning via a StorageClass, which creates a PersistentVolume (PV) bound to the PVC for pod use.