You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+28-2Lines changed: 28 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,11 @@
1
1
# Dynamic Kubernetes Local Persistent Volumes
2
+
[](https://github.com/openebs/dynamic-localpv-provisioner/blob/develop/docs/quickstart.md)<br>
[](https://github.com/openebs/dynamic-localpv-provisioner/blob/develop/go.mod)
<strong>OpenEBS Dynamic Local PV provisioner</strong> can be used to dynamically provision
9
16
Kubernetes Local Volumes using different kinds of storage available on the Kubernetes nodes.
10
17
<br>
11
-
<br>
12
18
</p>
13
19
20
+
## Project Status: Beta
21
+
14
22
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.
15
23
16
24
Some of the targetted applications are:
@@ -42,6 +50,16 @@ differences include:
42
50
attached to the node and hostpath based Local PVs offer efficient management
Please refer to our [Quickstart](https://github.com/openebs/dynamic-localpv-provisioner/blob/develop/docs/quickstart.md) and the [OpenEBS Documentation](http://docs.openebs.io/).
@@ -50,6 +68,14 @@ Please refer to our [Quickstart](https://github.com/openebs/dynamic-localpv-prov
50
68
51
69
Head over to the [CONTRIBUTING.md](./CONTRIBUTING.md).
52
70
71
+
## Roadmap
72
+
73
+
Find the Dynamic Local PV roadmap items at the [OpenEBS Roadmap page](https://github.com/openebs/openebs/blob/master/ROADMAP.md#dynamic-local-pvs).
74
+
75
+
## OpenEBS Adopters
76
+
77
+
Check out the list of organizations and users who have chosen OpenEBS to run their stateful workloads, over at the [OpenEBS Adopters page](https://github.com/openebs/openebs/blob/master/ADOPTERS.md).
78
+
53
79
## Community, discussion, and support
54
80
55
81
Learn how to engage with the OpenEBS community on the [community page](https://github.com/openebs/openebs/tree/master/community).
@@ -74,4 +100,4 @@ OpenEBS Local PV has been inspired by the prior work done by the following the K
0 commit comments