Kubernetes storage
Source material:
EmptyDir
- Ephemeral and exists only for the life of the Pod
Container Storage Interface (CNI)
- A standard interface for storage systems to integrate with Kubernetes
- Examples include (TODO)
StorageClass
- Allows admins to different kinds of storage, like fast-ssd or slow-hdd with different performance characteristics and backends
- Types of Storage Classes include (TODO)
- Configuration includes
volumeBindingModethat controls when volume binding1 and dynamic provisioning should occur
PersistentVolume (PV)
PersistentVolumeClaim (PVC)
TODO↩