k8s storage (CSI) - Feddit.it

I’m looking for storage classes for a multi node cluster. I’m currently using Longhorn and NFS, but I’m not happy with the performance. My cluster doesn’t have beefy nodes, so Ceph/Rook is out of the question (for now). Nodes: 1. 8 GB RAM, 4 cores VM, control plane. 256 GB SSD 2. 4 GB RAM, 2 cores, control plane, currently cordoned. 128 GB SSD 3. 8 GB RAM, 4 cores, ARM, control plane. 512 GB SSD 4. 8 GB RAM, 4 cores. 256 GB SSD 5. 16 GB RAM, 6 cores. 256 GB SSD + 1 TB HD 6. RPi 4, 4 GB RAM. 128 GB SSD

Has anyone tried this github.com/awslabs/mountpoint-s3-csi-driver?

Perhaps with a Garage DaemonSet as a backend?

GitHub - awslabs/mountpoint-s3-csi-driver: Built on Mountpoint for Amazon S3, the Mountpoint CSI driver presents an Amazon S3 bucket as a storage volume accessible by containers in your Kubernetes cluster.

Built on Mountpoint for Amazon S3, the Mountpoint CSI driver presents an Amazon S3 bucket as a storage volume accessible by containers in your Kubernetes cluster. - awslabs/mountpoint-s3-csi-driver

GitHub
I’d expect the performance to be awful. I would expect it has relatively much usecases, especially where performance isn’t a concern. I’m imagining legacy apps that don’t speak S3.
Thanks for the feedback! So not what I’m looking for