📄️ Storage Concepts
Fundamentals of storage in Kubernetes: basic volume concepts, Docker layers, storage drivers, volume drivers, and data persistence in containers.
📄️ Container Storage Interface (CSI)
Container Storage Interface (CSI): standard interface for integrating storage drivers in Kubernetes, evolution from CRI and CNI interfaces, enabling flexible storage provider integration.
📄️ Volumes
Volumes in Kubernetes: data persistence in pods and containers, volume types, hostPath, emptyDir, shared volumes, and volume mounting.
📄️ Storage Class
Storage Class in Kubernetes: dynamic provisioning of persistent volumes, storage configurations, PV templates, provisioners, and specific parameters.
📄️ Persistent Volume
Persistent Volume and PVC in Kubernetes: centralized volume management, automatic binding, dynamic provisioning, retention policies, and lifecycle.