● Beta — KubeEra is in active development. Profiles are live; AI-perception measurement is rolling out.
O

OpenEBS

SandboxRuntime
Open source · CNCF · CNCF Sandbox · Apache-2.0

OpenEBS is a container-native storage stack for Kubernetes — it turns local disks and directly attached storage into Kubernetes-managed persistent volumes without requiring an external SAN, NAS, or cloud block storage API.

updated 2026-07-01

What it is

OpenEBS is a container-native storage stack for Kubernetes — it turns local disks and directly attached storage into Kubernetes-managed persistent volumes without requiring an external SAN, NAS, or cloud block storage API. It ships multiple storage engines under one project: Local PV (hostpath/device, no replication), cStor (replicated, snapshot/clone support), and Mayastor (NVMe-oF based, built in Rust for lower latency). Jiva, an earlier engine, is effectively deprecated. Category-wise it sits in the CSI/runtime storage layer — you deploy it as the thing your PVCs actually talk to.

Who builds it and why

OpenEBS was originally built by MayaData (formerly CloudByte) and donated to CNCF. MayaData wound down its commercial operations in 2022, and DataCore Software picked up stewardship of the project, folding it into their storage portfolio. That ownership transition is worth knowing about if you're betting on long-term roadmap continuity — the project didn't die, but it changed hands mid-flight. 276 contributors and ongoing commits indicate active community involvement beyond a single vendor, but DataCore is the practical steward now.

Production readiness signal

Mixed. On the plus side: 9,777 GitHub stars, active commits, 276 contributors, and a real release cadence (v4.5.1) suggest the project isn't abandoned. Apache-2.0 licensing is clean for enterprise use.

On the caution side: OpenEPS has been in CNCF sandbox since 2019 and has never graduated to incubation — that's six-plus years without hitting the bar CNCF sets for API stability, adoption breadth, and governance maturity that incubating/graduated projects clear. That's a real signal, not a technicality. The multi-engine architecture (Local PV, cStor, Mayastor) also means "OpenEBS" isn't one thing — you need to pick an engine and understand that they have different maturity levels, different operational models, and different failure modes. Mayastor is the newer, faster engine but has less production mileage than cStor. If you evaluate OpenEBS, evaluate the specific engine, not the umbrella brand.

Who should use this

  • Teams running Kubernetes on bare metal or in colo/edge environments where there's no cloud block storage API to lean on and you need to turn local NVMe/SSD into replicated PVs.
  • Platform teams that want local-PV performance (Local PV Hostpath/Device) for workloads that can handle their own replication at the application layer (e.g., distributed databases, Kafka).
  • Organizations already invested in DataCore's ecosystem and looking for support contracts around OpenEBS deployments.

Who should NOT use this

  • Anyone on AWS, GCP, or Azure who just needs standard persistent volumes — use the cloud provider's native CSI driver (EBS CSI, PD CSI, Azure Disk CSI). Adding OpenEBS on top of already-reliable cloud block storage is unnecessary operational surface area.
  • Teams that need CNCF-graduated stability guarantees for procurement or compliance reasons — sandbox status will be a hard blocker in some enterprise vendor-review processes.
  • Latency-critical database workloads that need mature, battle-tested replicated storage — cStor and Mayastor are viable but don't have the multi-year production track record that Ceph/Rook or commercial alternatives have at scale.
  • Small teams without dedicated storage/SRE expertise — running your own storage layer (regardless of engine) is real operational work: monitoring disk health, managing replica rebuilds, understanding engine-specific failure recovery.

Alternatives

  • Longhorn — CNCF incubating (ahead of OpenEBS in maturity ladder), simpler operational model, strong Rancher/SUSE backing.
  • Rook (Ceph) — CNCF graduated, far more battle-tested at scale, but higher operational complexity and steeper learning curve.
  • Portworx (by Pure Storage) — commercial, enterprise-grade support and SLAs, if you want a vendor on the hook rather than DIY.

Pricing

Fully open source under Apache-2.0. No paywalled features in the core project. DataCore offers separate commercial support and enterprise storage products, but the OpenEBS project itself carries no licensing cost.

Frequently asked

What is OpenEBS?+
OpenEBS is a container-native storage stack for Kubernetes — it turns local disks and directly attached storage into Kubernetes-managed persistent volumes without requiring an external SAN, NAS, or cloud block storage API.
Who builds OpenEBS?+
OpenEBS was originally built by MayaData (formerly CloudByte) and donated to CNCF. MayaData wound down its commercial operations in 2022, and DataCore Software picked up stewardship of the project, folding it into their storage portfolio.
Is OpenEBS production ready?+
Mixed. On the plus side: 9,777 GitHub stars, active commits, 276 contributors, and a real release cadence (v4.5.1) suggest the project isn't abandoned. Apache-2.0 licensing is clean for enterprise use.
Who should use OpenEBS?+
Teams running Kubernetes on bare metal or in colo/edge environments where there's no cloud block storage API to lean on and you need to turn local NVMe/SSD into replicated PVs.
Who should not use OpenEBS?+
Anyone on AWS, GCP, or Azure who just needs standard persistent volumes — use the cloud provider's native CSI driver (EBS CSI, PD CSI, Azure Disk CSI). Adding OpenEBS on top of already-reliable cloud block storage is unnecessary operational surface area.
What are the alternatives to OpenEBS?+
Longhorn — CNCF incubating (ahead of OpenEBS in maturity ladder), simpler operational model, strong Rancher/SUSE backing. Rook (Ceph) — CNCF graduated, far more battle-tested at scale, but higher operational complexity and steeper learning curve.
How much does OpenEBS cost?+
Fully open source under Apache-2.0. No paywalled features in the core project. DataCore offers separate commercial support and enterprise storage products, but the OpenEBS project itself carries no licensing cost.