Skip to content

Commit e9f9d0d

Browse files
authored
(DOCSP-21405) Support for SRV connection string in multi-cluster phase II beta (#907)
* (DOCSP-21405) Support for SRV connection string in multi-cluster phase 2 beta * Edits * Edits * Change Go version to 1.17 or later, per review
1 parent 30eebb3 commit e9f9d0d

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

source/multi-cluster-arch.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ clusters are not available in the beta release of the |multi-clusters|:
2828
- LDAP authentication
2929
- |onprem| version earlier than 5.0.7
3030
- Split Horizon
31-
- SRV record connection string
3231

3332
Multi-Cluster Capabilities
3433
--------------------------
@@ -40,6 +39,15 @@ Multi-Cluster Capabilities
4039
* - Capability
4140
- Description
4241

42+
* - Use |dns-srv| records for MongoDB access in |multi-clusters|
43+
- To connect to the |multi-cluster| database as a user, you can use
44+
the ``connectionString.standardSrv``: :manual:`DNS seed list connection string </reference/connection-string/#dns-seed-list-connection-format>`.
45+
This string is included in the secret that the |k8s-op-short| creates
46+
for your |multi-cluster|. Use the same procedure for connecting to
47+
the |multi-cluster| as for single clusters deployed with |k8s-op-short|.
48+
See :ref:`Connect to a MongoDB Database Resource from Inside Kubernetes <connect-from-inside-k8s>`,
49+
and select the tab :guilabel:`Using the Kubernetes Secret`.
50+
4351
* - Secure database users in |multi-clusters|
4452
- Use these procedures:
4553

source/multi-cluster-quick-start.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ This tutorial requires that you:
207207
To learn more, see the `Install Multicluster <https://istio.io/latest/docs/setup/install/multicluster/>`__
208208
documentation from Istio.
209209

210-
#. `Install Go <https://golang.org/dl/>`__ v1.16 or later.
210+
#. `Install Go <https://golang.org/dl/>`__ v1.17 or later.
211211

212212
#. `Install Helm <https://helm.sh/docs/intro/install/>`__.
213213

source/tutorial/connect-from-inside-k8s.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ application, depending on where your clusters are hosted. You can also retrieve
2626
the |k8s| |k8s-secret| that the |k8s-op-short| creates automatically when you
2727
:ref:`add a MongoDB user with SCRAM authentication <create-db-user-scram>` or X509.
2828

29-
The install procedure varies based on how you want to retrieve your connection string:
29+
The procedure for connecting to a MongoDB Database resource varies based
30+
on how you want to retrieve your connection string:
3031

3132
.. tabs::
3233

0 commit comments

Comments
 (0)