Skip to main content

Kubernetes Volumes

PersistentVolumeClaims

0:00
LearnStep 1/2

PersistentVolumeClaims

PersistentVolumeClaims (PVC)

A PVC is a request for storage by a user. Pods use PVCs to request physical storage.

PVC Manifest

yaml

Using PVC in a Pod

yaml

PVC in Deployment

yaml

PVC Commands

bash