|
| 1 | +.. _multi-cluster-sharded-cluster: |
| 2 | + |
| 3 | +============================== |
| 4 | +Multi-Cluster Sharded Cluster |
| 5 | +============================== |
| 6 | + |
| 7 | +.. default-domain:: mongodb |
| 8 | + |
| 9 | +.. meta:: |
| 10 | + :keywords: multicluster, multi-cluster |
| 11 | + |
| 12 | +.. contents:: On this page |
| 13 | + :local: |
| 14 | + :backlinks: none |
| 15 | + :depth: 2 |
| 16 | + :class: singlecol |
| 17 | + |
| 18 | +The multi-cluster sharded cluster deployment topology is currently in public preview. |
| 19 | +Multi-cluster sharded cluster deployments are not recommended for |
| 20 | +use in production environments, as there may be breaking changes in the |
| 21 | +functionality before this features becomes generally available and supported |
| 22 | +for production use. Moreover, during the public preview we are unable to provide |
| 23 | +support for this specific deployment topology without prior commitment from the |
| 24 | +product and engineering teams responsible for this feature. |
| 25 | + |
| 26 | +.. important:: |
| 27 | + |
| 28 | + The multi-cluster sharded cluster functionality makes it possible to deploy |
| 29 | + MongoDB resources across multiple |k8s| clusters in multiple geographic regions; |
| 30 | + however, doing so will likely increase latency for replication operations. |
| 31 | + |
| 32 | +If you are interested in discussing the public preview of multi-cluster |
| 33 | +sharded cluster deployments, or have any feedback on the feature, please contact |
| 34 | +your MongoDB account team. |
| 35 | + |
| 36 | +The scope of the public preview release of the multi-cluster sharded |
| 37 | +cluster feature includes the following: |
| 38 | + |
| 39 | +- Implement multi-cluster sharded cluster deployment capabilities by defining |
| 40 | + a ``MongoDB`` custom resource as having a ``spec.topology`` value of |
| 41 | + ``MultiCluster``, and a ``spec.type`` value of ``ShardedCluster``. |
| 42 | + |
| 43 | +- Introduce the ability to override any settings for a particular shard |
| 44 | + via the new ``spec.shard.shardOverrides`` field. |
| 45 | + |
| 46 | +- Ensure backwards compatibility for existing :ref:`single-cluster MongoDB sharded |
| 47 | + cluster deployments <deploy-sharded-cluster>`. |
| 48 | + |
| 49 | +To learn more about the specific configuration options for the multi-cluster |
| 50 | +sharded cluster topology, please see the :ref:`sharded cluster reference documentation <sharded-cluster-settings>`. |
0 commit comments