Kubernetes Storage Solutions
Common Storage Types
- NEX: Network File System
- Longhorn: Cloud-native distributed block storage for Kubernetes.
- GlusterFS (Gf): Scalable network filesystem.
- Ceph: Unified, distributed storage system.
Resources & Comparisons
- Kubernetes Storage Performance Comparison (2020)
- Cinder Documentation: Cinder is a Block Storage service for OpenStack.
- Fibre Channel Storage Area Networks (Wikipedia)
- Kubernetes Storage Reference Gist
Legacy & Plugins
- Flexvolume: Enables users to mount vendor volumes into Kubernetes by installing drivers on every kubelet node. Note: Flexvolume is largely superseded by CSI (Container Storage Interface).