Skip to content

Commit 45b2d71

Browse files
committed
readme updated
1 parent 4d883f9 commit 45b2d71

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

deploy-shard-with-replica-set/README.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,18 @@
1-
---
2-
layout: studio
3-
---
4-
51
## Deploy a MongoDB Sharded Cluster
62

73
These scripts will help you to deploy a sharded cluster in windows.
84

95
### Configuration
106

117
The cluster has :
12-
1 Mongos
13-
3 Config DBs
14-
2 Shards
8+
- 1 Mongos,
9+
- 3 Config DBs,
10+
- 2 Shards
1511

1612
Each shard is a replica set with 3 nodes each
17-
1 Primary
18-
1 secondary
19-
1 arbiter
13+
- 1 Primary,
14+
- 1 secondary,
15+
- 1 arbiter
2016

2117
### Instructions
2218

0 commit comments

Comments
 (0)