Process Flow - PersistentVolumeClaim (PVC) definition
Write PVC YAML
kubectl apply PVC
Kubernetes API Server receives
PVC stored in etcd
PVC status: Pending
Controller finds matching PV
Bind PV to PVC
PVC status: Bound
Pod uses PVC to mount storage
This flow shows how a PVC is defined, applied, matched to a PV, and then bound for use by a pod.