xxxxxxxxxx
5 types
Persistent Volumes. Kubernetes provides a PersistentVolume subsystem with an API that abstracts storage provisioning and consumption.
Ephemeral Volumes.
EmptyDir Volumes.
Kubernetes hostPath Volumes.
Kubernetes Volumes ConfigMap.
NFS.
CSI.
xxxxxxxxxx
A Kubernetes volume is a directory that contains data accessible to containers in a given Pod in the orchestration and scheduling platform.
Volumes provide a plug-in mechanism to connect ephemeral containers with persistent data stores elsewhere.