Kubernetes Mounting Volumes in Pods: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 2: Line 2:


=Internal=
=Internal=
* [[Kubernetes_Storage_Concepts#Mounting_Volumes_in_Pods|Kubernetes Storage Concepts]]
=Overview=
=Overview=



Revision as of 21:42, 2 January 2021

External

Internal

Overview

Mounting the same volume (specified by its name) multiple time, with different mount characteristics, such different mount points, subPaths, etc. is permitted.

TODO consolidate with Pod Manifest - volumeMounts.