Skip to content

Persistent Volume Claim (PVC)

A Persistent Volume Claim (PVC) is a storage request within Kubernetes.^[400-devops__06-Kubernetes__k8s.md]

Function

PVCs function as user requests for storage resources^[400-devops__06-Kubernetes__k8s.md]. They are created to consume Persistent Volume (PV) resources, effectively abstracting the underlying physical storage details from the user^[400-devops__06-Kubernetes__k8s.md].

Implementation

The definitions for PVCs, alongside their associated Persistent Volumes, are typically managed using Kubernetes configuration files^[400-devops__06-Kubernetes__k8s.md]. A practical example of such a configuration can be found in resources like 1-pvc-demo.yml^[400-devops__06-Kubernetes__k8s.md].

  • Kubernetes
  • [[Persistent Volume (PV)]]
  • [[Storage Classes]]

Sources

  • 400-devops__06-Kubernetes__k8s.md