Just the storage your workloads need, without the blast radius and noisy neighbor problems of shared storage.
Simple to deploy and operate - leveraging Kubernetes itself for orchestration.
The largest, most active Kubernetes storage project with the biggest user base and community. OpenEBS is built by K8s SREs, and by experts just like you, tailored to their needs.
Downloads
Stars on Github
Contributors
Software Developers
Data Scientist
OpenEBS provides Dynamic PV provisioners for Kubernetes Local Volumes. A local volume implies that storage is available only from a single node. A local volume represents a mounted local storage device such as a disk, partition or directory. For distributed applications that do not need storage level replication OpenEBS LocalPV is the most efficient option as it gives higher performance. OpenEBS LocalPV offers of four types of provisioners:
OpenEBS LocalPV Hostpath allows your applications to access hostpath via StorageClass, PVC, and PV. This provides you the flexibility to change the PV providers without having to redesign your Application YAML.
OpenEBS LocalPV Device provisioner allows your applications to use the block devices available on the node to persist data.
OpenEBS LocalPV Device provisioner allows your applications to use LocalPVs backed by ZFS pools on the node to persist data.
OpenEBS LocalPV Device provisioner allows your applications to use LocalPVs backed by LVM pools on the node to persist data.