Skip to main content

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

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).