Kubernetes Storage Concepts: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 8: | Line 8: | ||
==<span id='PersistentVolume'></span><span id='PV'></span>PersistentVolume (PV)== | ==<span id='PersistentVolume'></span><span id='PV'></span>PersistentVolume (PV)== | ||
==<span id='PersistentVolumeClaim'></span><span id='PVC'></span>PersistentVolumeClaim (PVC)== | ==<span id='PersistentVolumeClaim'></span><span id='PVC'></span>PersistentVolumeClaim (PVC)== | ||
==<span id='StorageClass'></span><span id='SC'></span>StorageClass (SC)== | |||
=Volume= | =Volume= |
Revision as of 00:30, 10 December 2019
Internal
Container Storage Interface (CSI)
API Resources
PersistentVolume (PV)
PersistentVolumeClaim (PVC)
StorageClass (SC)
Volume
Secrets may be exposed as files in dedicated volumes mounted in the pod.
Volume Type
- hostPath
- configMap
Dynamic Volume Provisioning
Dynamic volume provisioner https://kubernetes.io/docs/concepts/storage/dynamic-provisioning/