Day-29 - Kubernetes Storage — Volumes, PVs & PVCs
Pods are stateless by default — once deleted, data’s gone.
So, I learned how to make data persist using Persistent Volumes & Claims 🙌
🔹 Explored emptyDir, PV, and PVC
🔹 Understood Access Modes & Reclaim Policies
🔹 Built a Redis + Nginx demo to verify true persistence
Pro Tip: Never use hostPath in production — go with StorageClasses for dynamic provisioning and cloud-native reliability.
Comments
Post a Comment