minio / directpv

Kubernetes CSI driver for Direct Attached Storage :minidisc:
https://directpv.io
GNU Affero General Public License v3.0
596 stars 88 forks source link

Ask about usage case #910

Closed wcpsoft closed 5 months ago

wcpsoft commented 5 months ago

Directpv in CSI Mounted Kubernetes, the creation of PVC in addition to minio can be used, whether it can be used by other apps, and whether support for multi-container shared reading, thank you

balamurugana commented 5 months ago

DirectPV is a CSI driver to provision local volumes to Pods using Direct Attached Storage; precisely any workload requires local volume access for performance. This means it is not limited to MinIO server.

A pod having multiple containers can read the local volume in parallel. As DirectPV uses XFS underneath, the limitation comes with XFS applies.