Skip to main content

What is the difference between PV and PVC?

Junior Kubernetes
Quick Answer PV (PersistentVolume) is the actual storage resource รขโ‚ฌโ€ provisioned and available in the cluster. PVC (PersistentVolumeClaim) is a request for storage from a Pod รขโ‚ฌโ€ "I need 10Gi of ReadWriteOnce storage." Kubernetes binds a matching PV to the PVC. Pods use the PVC; they don't interact with the PV directly.

Answer

PV is actual storage; PVC is user request bound to a matching PV.
S
SugharaIQ Editorial Team Verified Answer

This answer has been peer-reviewed by industry experts holding senior engineering roles to ensure technical accuracy and relevance for modern interview standards.

Want to bookmark, take notes, or join discussions?

Sign in to access all features and personalize your learning experience.

Sign In Create Account

Source: SugharaIQ

Ready to level up? Start Practice