Kubernetes Storage Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Kubernetes Concepts =Volume= Secrets may be exposed as files in dedicated...")
 
Line 6: Line 6:


[[Kubernetes Cluster Configuration Concepts#Secret|Secrets]] may be exposed as files in dedicated volumes mounted in the pod.
[[Kubernetes Cluster Configuration Concepts#Secret|Secrets]] may be exposed as files in dedicated volumes mounted in the pod.
==Volume Type==
<font color=darkgray>
* hostPath
* configMap
</font>

Revision as of 18:06, 21 October 2019

Internal

Volume

Secrets may be exposed as files in dedicated volumes mounted in the pod.

Volume Type

  • hostPath
  • configMap