What is a PersistentVolume (PV) in Kubernetes?

Kubernetes Fundamentals Easy

Kubernetes Fundamentals — Easy

What is a PersistentVolume (PV) in Kubernetes?

Key points

  • PVs are not temporary volumes tied to Pod lifetimes
  • They are separate storage entities managed by the cluster
  • PVs can be dynamically provisioned or pre-configured by an admin

Ready to go further?

Related questions