What is a PersistentVolumeClaim (PVC) and how does it relate to a PersistentVolume?

Kubernetes Fundamentals Medium

Kubernetes Fundamentals — Medium

What is a PersistentVolumeClaim (PVC) and how does it relate to a PersistentVolume?

Key points

  • PVC requests storage, PV provides it
  • PVC binds to an available PV
  • PV is the actual storage resource
  • PVC is the request made by a user/Pod

Ready to go further?

Related questions