Kubernetes Mounting Volumes in Pods: Difference between revisions
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: | ||
= | =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.