Kubernetes Mounting Volumes in Pods: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Externa= =Internal= =Overview= Mounting the same volume (specified by its name) multiple time, with different mount characteristics, such different mount points, subPaths,...")
 
Line 1: Line 1:
=Externa=
=External=
 
=Internal=
=Internal=
=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.