openebs / dynamic-localpv-provisioner

Dynamically deploy Stateful Persistent Node-Local Volumes & Filesystems for Kubernetes that is provisioned from simple Local-Hostpath /root storage.
https://openebs.io
Apache License 2.0
138 stars 62 forks source link
distributed-systems dynamic-provisioning hacktoberfest kubernetes kubernetes-storage openebs

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:

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:

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 Kubernetes 1.28 Kubernetes 1.29 Kubernetes 1.30
v4.0.x
v4.1.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