mongodb / mongodb-atlas-kubernetes

MongoDB Atlas Kubernetes Operator - Manage your MongoDB Atlas clusters from Kubernetes
http://www.mongodb.com/cloud/atlas
Apache License 2.0
146 stars 75 forks source link

Sharding across multiple machines #568

Closed iquerame2 closed 2 years ago

iquerame2 commented 2 years ago

I am trying to deploy sharding in a multi-machine setting, where each physical machine (VM) contains a different shard collection (potentially with replicas). In particular, is it possible not to have the same shard collection automatically replicated across all machines? Otherwise said, can we work with different database fragments on each machine? Please tell me if you know some DBMS that ensure this setting. Thank you!

igor-karpukhin commented 2 years ago

Hi @iquerame2. Thanks a lot for opening an issue, but this is not related to atlas-operator. Please recreate this issue for https://github.com/mongodb/mongodb-kubernetes-operator if you use community operator, or open a support ticket if you use the enterprise version.