HA Distributed Cluster #91
Unanswered
xnotcursed
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Hi @xnotcursed , We are more like MinIO:
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, guys. I am trying to create a helm chart for the rustfs project. And I am trying to understand how exactly rustfs creates a HA Distributed Cluster?
For example, I think this is definitely incorrect, as it would just create 3 exact replicas of the same deployment:
rustfs/docs/docker-build.md
Lines 236 to 241 in ce2ce4b
There is no node differentiation, no sharding (they all try to access the same PVC, what if it's RWO?) and no cluster coordination.
I guess it is the same as minio, where
RUSTFS_VOLUMES
specifies the server pool? But it would still only run in one container (as one server)?rustfs/rustfs/src/main.rs
Lines 195 to 196 in ce2ce4b
But in the compose files, you mention different nodes, so I guess there is a way to manually create distributed containers/servers?
rustfs/docker-compose.yaml
Lines 15 to 19 in ce2ce4b
Would love to contribute to your project with a helm chart, if I can have some support throughout
Beta Was this translation helpful? Give feedback.
All reactions