Dynamic Localpv Provisioner Save

Dynamically deploy Stateful Persistent Node-Local Volumes & Filesystems for Kubernetes that is provisioned from simple Local-Hostpath /root storage.

Project README

Dynamic Kubernetes Local Persistent Volumes

GitHub release (latest by date)
GitHub build (develop) GitHub go.mod Go version (develop) codecov Go Report Card stability-GA License FOSSA Status

OpenEBS Logo

OpenEBS Dynamic Local PV provisioner can be used to dynamically provision Kubernetes Local Volumes using different kinds of storage available on the Kubernetes nodes.

Project Status: GA

Local Persistent Volumes are great for distributed cloud native data services that can handle resiliency and availability and expect low-latency access to the storage. Local Persistent Volumes can be provisioned using the hostpath, NVMe or PCIe based SSDs, Hard Disks or on top of other filesystems like ZFS, LVM.

Some of the targetted applications are:

  • Distributed SQL Databases like PostgreSQL
  • Distributed No-SQL Databases like MongoDB, Cassandra
  • Distributed Object Storages like MinIO (distributed mode)
  • Distributed Streaming services like Apache Kakfa,
  • Distributed Logging and search services like ElasticSearch, Solr
  • AI/ML workloads

Overview

Kubernetes Local persistent volumes allows users to access local storage through the standard PVC interface in a simple and portable way. The PV contains node affinity information that the system uses to schedule pods to the correct nodes. Features:

  • Supports using hostpath as well for provisioning a Local PV. In fact in some cases, the Kubernetes nodes may have limited number of storage devices attached to the node and hostpath based Local PVs offer efficient management of the storage available on the node.

Kubernetes Compatibility Matrix

Kubernetes <= 1.18 Kubernetes 1.19 Kubernetes 1.20 Kubernetes 1.21 Kubernetes 1.22 Kubernetes 1.23 Kubernetes 1.24 Kubernetes 1.25 Kubernetes 1.26 Kubernetes 1.27
v4.0.x
HEAD

Install

Please refer to our Quickstart and the OpenEBS Documentation.

Contributing

Head over to the CONTRIBUTING.md page.

Roadmap

Find the Dynamic Local PV roadmap items at the OpenEBS Roadmap page.

OpenEBS Adopters

Check out the list of organizations and users who have chosen OpenEBS to run their stateful workloads, over at the OpenEBS Adopters page.

Community, discussion, and support

Learn how to engage with the OpenEBS community on the community page.

You can reach the maintainers of this project at:

Code of conduct

Participation in the OpenEBS community is governed by the CNCF Code of Conduct.

Inspiration/Credit

OpenEBS Local PV has been inspired by the prior work done by the following the Kubernetes projects:

License

FOSSA Status

Open Source Agenda is not affiliated with "Dynamic Localpv Provisioner" Project. README Source: openebs/dynamic-localpv-provisioner

Open Source Agenda Badge

Open Source Agenda Rating