We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d883f9 commit 45b2d71Copy full SHA for 45b2d71
deploy-shard-with-replica-set/README.md
@@ -1,22 +1,18 @@
1
----
2
-layout: studio
3
4
-
5
## Deploy a MongoDB Sharded Cluster
6
7
These scripts will help you to deploy a sharded cluster in windows.
8
9
### Configuration
10
11
The cluster has :
12
-1 Mongos
13
-3 Config DBs
14
-2 Shards
+ - 1 Mongos,
+ - 3 Config DBs,
+ - 2 Shards
15
16
Each shard is a replica set with 3 nodes each
17
-1 Primary
18
-1 secondary
19
-1 arbiter
+ - 1 Primary,
+ - 1 secondary,
+ - 1 arbiter
20
21
### Instructions
22
0 commit comments