A public-health team has an existing NFS export and wants static provisioning. What is the correct workflow?
Select an answer to reveal the explanation.
Short Explanation
Static provisioning means you hand-build the PV for storage that already exists, then let the PVC grab that prepared volume—like listing a house before someone rents it.
Full Explanation
In static provisioning, cluster admins create PersistentVolume objects that describe pre-existing storage (such as an NFS export). Compatible PersistentVolumeClaims then bind to those PVs. A StorageClass alone does not create NFS servers, emptyDir is not NFS, and the control plane does not provision NFS exports merely because a PVC exists.