A city PVC must bind to an existing PV. Which combination of PVC requirements must match the PV for binding to succeed?
Select an answer to reveal the explanation.
Short Explanation
Think of the PVC as a rental request and the PV as the apartment. Size, how you need to enter (access modes), and the building class all have to fit—or the lease never binds.
Full Explanation
A PersistentVolumeClaim binds to a PersistentVolume when capacity, access modes, and StorageClass (or selector/label criteria when used) are compatible. Name equality alone does not bind volumes, reclaimPolicy is not a PVC-side match field for binding, and node selectors belong on pods or volume topology—not as the sole PVC-to-PV binding rule.