Skip to main content

What is a PersistentVolume (PV)?

Junior Kubernetes
Quick Answer A PersistentVolume (PV) is a piece of storage provisioned by an admin or dynamically by a StorageClass รขโ‚ฌโ€ it exists in the cluster independently of Pods. It abstracts the underlying storage (NFS, AWS EBS, GCE PD) into a Kubernetes resource that can be claimed and used by Pods without them knowing the storage details.

Answer

PV is cluster storage that persists beyond Pod lifecycles.
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