Build systems—DSA, System Design, Workflows & more.
FEB 25, 202411 min read

Storage: Persistent Volumes and Claims

  • kubernetes
  • storage
  • stateful

Persistent storage on Kubernetes

  • PV and PVC lifecycle
  • StorageClass for dynamic provisioning
  • CSI drivers and cloud volumes

How to attach durable storage to your pods.