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
DirectPV is a CSI driver for Direct Attached Storage. In a simpler sense, it is a distributed persistent volume manager, and not a storage system like SAN or NAS. It is useful to discover, format, mount, schedule and monitor drives across servers.
Distributed data stores such as object storage, databases and message queues are designed for direct attached storage, and they handle high availability and data durability by themselves. Running them on traditional SAN or NAS based CSI drivers (Network PV) adds yet another layer of replication/erasure coding and extra network hops in the data path. This additional layer of disaggregation results in increased-complexity and poor performance.
Quickstart
Install DirectPV Krew plugin
$ kubectl krew install directpv
Install DirectPV in your kubernetes cluster
$ kubectl directpv install
Get information of the installation
$ kubectl directpv info
Add drives
# Probe and save drive information to drives.yaml file.
$ kubectl directpv discover
# Initialize selected drives.
$ kubectl directpv init drives.yaml