This tag is used mostly for a MongoDB replica set (a group of "mongod" processes that maintain the same data set) and rarely for a Kubernetes ReplicaSet (the next-generation Replication Controller with set-based selector support).
I've got a question concerning multiple masters in a replicaSet with MongoDB. I have the following layout: Server A --&…
mongodb replication database-replication master replicasetThree members, primary & secondary - and a third one that's "OTHER" - I can't find any info on that …
mongodb replicasetWhen I try to get info about replica I get the following error: rep0:PRIMARY> rs.printReplicationInfo() 2015-05-19…
mongodb permissions rbac replicasetI am trying to deploy mongodb replica set . I have made my mongodb instance as primary of the replica . Now …
mongodb replicasetI have a strange problem with my MongoDB Replica Set backup. I have 2 servers (one primary and one secondary) and …
mongodb mongodump replicasetAfter installing mongodb, I ran mongod with mongod --dbpath <pathtodb> --logpath <pathtolog> --replSet rs0 I then …
mongodb replicasetWe are using Kubernetes 1.8 to deploy our software in a cloud provider. Frequently, when deploying a specific pod-template, the deployment …
deployment kubectl replicasetI am seeing the following in mongostat on the primary server in my replicate set: insert query update delete getmore …
mongodb cursor replicasetI'm trying to connect to MongoDB replica set consists of 3 mongo docker-container, but Error Message: Unable to reach primary for …
mongodb docker-compose replicasetI'm trying to find_one by connecting to my replica set's primary node. MongoClient(hostname, replicaSet="rs0", read_preference=ReadPreference.…
mongodb pymongo replicaset database