Back to Browse

πŸ“˜ CHAPTER 7 β€” Kubernetes Storage Explained β€” PersistentVolumes, PVCs & StorageClass #kubernetes

22 views
May 22, 2026
8:23

Containers are ephemeral. Data must not be. This episode tackles one of K8s's most misunderstood topics: persistent storage. πŸ’₯ Industry Problem: Pod crashes β†’ restarts on a new node β†’ local storage gone β†’ database data wiped. This has caused real production data loss at scale. βœ… Solution: PersistentVolumes (PV) decouple storage from pods. PVCs let apps claim storage without knowing the underlying infrastructure. πŸ“Œ What You'll Learn: β†’ Volume vs PersistentVolume vs PVC β†’ Access modes: ReadWriteOnce, ReadOnlyMany, ReadWriteMany β†’ StorageClass & Dynamic Provisioning β†’ Reclaim policies: Retain, Recycle, Delete β†’ CSI Drivers (AWS EBS, GCP PD, Azure Disk) β†’ Storage for databases in K8s β†’ Volume Snapshots #KubernetesStorage #PersistentVolume #PVC #StorageClass #CSIDriver #K8s #CloudNative #DevOps #DatabaseOnKubernetes #SRE Subscribe @codenyra

Download

1 formats

Video Formats

360pmp46.4 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

πŸ“˜ CHAPTER 7 β€” Kubernetes Storage Explained β€” PersistentVolumes, PVCs & StorageClass #kubernetes | NatokHD