This lab demonstrates how storage works in Kubernetes using different volume types. The objective is to understand how containers share data, how node storage can be mounted, and how persistent storage is managed using PersistentVolumes (PV) and PersistentVolumeClaims (PVC).
The lab covers the following Kubernetes storage concepts:
emptyDir Volume
hostPath Volume
PersistentVolume (PV)
PersistentVolumeClaim (PVC)
Multi-volume Pods