Comment on Kubernetes storage backends
just_another_person@lemmy.world 2 days ago
Those are block storage services, not Storage backends. Your options for SCi Provisioned are these: kubernetes.io/docs/concepts/…/storage-classes/#pr…
I would say if you’re not truly familiar with K8s, or DEEPLY familiar with Ops, don’t fuck with K8s internals. You’re gonna have a bad time.
InnerScientist@lemmy.world 2 days ago
I mean storage backends as in the provisioner, I will use local storage on the nodes with either lvm or just storage on a filesystem.
I already set up a cluster and tried linstore, I’m searching for experiences with the options because I don’t want to test them all.
just_another_person@lemmy.world 2 days ago
You won’t find any benchmarks for distributed filesystems, because they don’t apply to any one setup. Nobody knows your network situation, disk speed, availability across clusters…etc.
InnerScientist@lemmy.world 2 days ago
Well, if that is the case then I will have to try them all but I’m hoping at least general behaviour would be similar to others so that I can start with a good option.