Skip to content

Commit 6f12622

Browse files
(DOCSP-23646): Update sharded cluster production image (#1428)
* (DOCSP-23646): Update sharded cluster production image * clarity * review feedback * typo * fix inaccurate text
1 parent b2ebd03 commit 6f12622

File tree

3 files changed

+16
-6
lines changed

3 files changed

+16
-6
lines changed

source/core/sharded-cluster-components.txt

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,12 @@ performance closely as you increase the number of routers. If you see
7979
performance degradation, it may be beneficial to cap the number of
8080
:binary:`~bin.mongos` routers in your deployment.
8181

82-
.. include:: /images/sharded-cluster-production-architecture.rst
82+
The following diagram shows a common sharded cluster architecture used
83+
in production:
84+
85+
.. image:: /images/sharded-cluster-production-architecture.png
86+
:alt: Diagram that shows a production-level sharded cluster
87+
containing multiple shards and mongos routers.
8388

8489
Development Configuration
8590
-------------------------
@@ -88,14 +93,19 @@ For testing and development, you can deploy a sharded cluster with a
8893
minimum number of components. These **non-production** clusters have the
8994
following components:
9095

91-
- A replica set :ref:`config server <sharding-config-server>` with one
92-
member.
96+
- One :binary:`~bin.mongos` instance.
9397

94-
- At least one shard as a single-member :term:`replica set`.
98+
- A single shard :term:`replica set`.
9599

96-
- One :binary:`~bin.mongos` instance.
100+
- A replica set :ref:`config server <sharding-config-server>`.
101+
102+
103+
The following diagram shows a sharded cluster architecture used for
104+
**development only**:
97105

98-
.. include:: /images/sharded-cluster-test-architecture.rst
106+
.. image:: /images/sharded-cluster-test-architecture.png
107+
:alt: Diagram that shows a development sharded cluster
108+
containing a single shard and mongos router.
99109

100110
.. warning:: Use the test cluster architecture for testing and
101111
development only.
Loading
Loading

0 commit comments

Comments
 (0)