Can I do multi master replication for Mongo DB? Any reference architecture with Kubernetes is more expected in this question

2/11/2019

I have a use case where we have a write and read intensive application using the MongoDB in backend. We are planning to implement federated K8s deployment for the Mongo DB with multi master architecture(How to do this?). I am looking for some suggestions on the architecture references/solutions if any that REALLY worked with Federation and active DB replication.

-- ravi kiran mahankali
database-replication
kubernetes
mongodb

1 Answer

2/11/2019

This doesn't directly answer you question but I know Kubedb does provide extensive database deployments within K8S. https://kubedb.com/docs/0.9.0/guides/mongodb/

-- Raja
Source: StackOverflow