Kubernetes Storage Concepts

From NovaOrdis Knowledge Base
Revision as of 00:36, 10 December 2019 by Ovidiu (talk | contribs) (→‎Overview)
Jump to navigation Jump to search

Internal

Overview

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

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

Dynamic Volume Provisioning

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

Organizatorium