Kubernetes Storage Concepts
Jump to navigation
Jump to search
Internal
Container Storage Interface (CSI)
API Resources
PersistentVolume (PV)
PersistentVolumeClaim (PVC)
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/