Kubernetes Storage Concepts: Difference between revisions
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
=API Resources= | =API Resources= | ||
==<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)== |
Revision as of 00:35, 10 December 2019
Internal
Overview
Container Storage Interface (CSI)
Storage Plugin
Provisioner.
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/