Comment on Kubernetes storage backends
ChaosMonkey@lemmy.dbzer0.com 1 week ago
Longhorn is pretty easy to use. Garage works well too. Ceph is harder to use but provides both block and object storage (s3).
Comment on Kubernetes storage backends
ChaosMonkey@lemmy.dbzer0.com 1 week ago
Longhorn is pretty easy to use. Garage works well too. Ceph is harder to use but provides both block and object storage (s3).
InnerScientist@lemmy.world 1 week ago
Ceph (and longhorn) want “10 Gbps network bandwidth between nodes” while I’ll have around 1gbit between nodes, or even lower.
What’s your experience with Garage?
ChaosMonkey@lemmy.dbzer0.com 1 week ago
I guess the network will be a bottleneck on Garage too. If you want high performance you might need a hybrid solution, like clustering of stateful apps on local storage as well as periodic full backups on a distributed storage.
InnerScientist@lemmy.world 1 week ago
It’s fine if the bottleneck is upload/download speed, there’s no easy way around that.
The other problems like high latency or using more bandwith than is required are more my fear. Maybe local read cache or stuff like that can be a solution too but that’s why I’m asking for what is in use and what works vs what is better reserved for dedicated networks.