Speicherplatz bereitstellen

Speicherplatz bereitstellen

Volumes

Most applications require data

Be it static contant, e.g. for web servers

or directories for maintaining dynamic data, e.g. data directory for a database

Volumes

Volumes provide storage for pods

Temporary storage using emptyDir

Host local storage using hostPath

Volumes can also be hosted by storage backends, e.g. NFS