Kubernetes Storage Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 11: Line 11:
=API Resources=
=API Resources=


<span id='Persistent_Volume_Subsystem'></span>Persistent Volume Subsystem.
Kubernetes has a mature and feature-rich subsystem called the '''<span id='Persistent_Volume_Subsystem'></span>persistent volume subsystem'''.
==<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

Container Storage Interface (CSI)

Storage Plugin

Provisioner.

API Resources

Kubernetes has a mature and feature-rich subsystem called the persistent volume subsystem.

PersistentVolume (PV)

PersistentVolumeClaim (PVC)

StorageClass (SC)

Volume

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

Volume Type

Dynamic Volume Provisioning

Dynamic volume provisioner https://kubernetes.io/docs/concepts/storage/dynamic-provisioning/

Organizatorium