File tree Expand file tree Collapse file tree 3 files changed +42
-0
lines changed Expand file tree Collapse file tree 3 files changed +42
-0
lines changed Original file line number Diff line number Diff line change @@ -72,3 +72,7 @@ raw: docs/kubernetes-operator/release-notes -> ${base}/stable/release-notes/
72
72
# v1.8 and later
73
73
[v1.8-*]: docs/kubernetes-operator/${version}/tutorial/upgrade-k8s-operator-v161-and-earlier -> ${base}/${version}/tutorial/upgrade-k8s-operator/
74
74
[v1.8-*]: docs/kubernetes-operator/${version}/tutorial/upgrade-k8s-operator-v9-and-earlier -> ${base}/${version}/tutorial/upgrade-k8s-operator/
75
+
76
+ # v1.15 and earlier
77
+
78
+ [*-v1.15]: docs/kubernetes-operator/${version}/third-party-integrations -> ${base}/${version}/
Original file line number Diff line number Diff line change @@ -27,6 +27,9 @@ Reference
27
27
:ref:`k8s-support-lifecycle`
28
28
Review the EOL dates for |k8s-op-short| versions.
29
29
30
+ :ref:`third-party-integrations`
31
+ Review the available third-party integrations.
32
+
30
33
:ref:`third-party-licenses`
31
34
Open Source licenses that the |k8s-op-short| uses.
32
35
@@ -40,5 +43,6 @@ Reference
40
43
/reference/operator-settings
41
44
/reference/k8s-op-exclusive-settings
42
45
/reference/support-lifecycle
46
+ /third-party-integrations
43
47
/third-party-licenses
44
48
Original file line number Diff line number Diff line change
1
+ .. _third-party-integrations:
2
+
3
+ ========================
4
+ Third-Party Integrations
5
+ ========================
6
+
7
+ .. default-domain:: mongodb
8
+
9
+ .. contents:: On this page
10
+ :local:
11
+ :backlinks: none
12
+ :depth: 1
13
+ :class: singlecol
14
+
15
+ |k8s-op-short| offers the following third-party integrations.
16
+
17
+ .. list-table::
18
+ :widths: 40 60
19
+ :header-rows: 1
20
+
21
+ * - Third-Party Service
22
+
23
+ - Configuration Details
24
+
25
+ * - Grafana
26
+
27
+ - |k8s-op-short| offers a `sample Grafana dashboard
28
+ <https://github.com/mongodb/mongodb-enterprise-kubernetes/grafana>`_ that you can `import into Grafana
29
+ <https://grafana.com/docs/grafana/latest/dashboards/export-import/#import-dashboard>`_.
30
+
31
+ * - Prometheus
32
+
33
+ - You can use |k8s-op-short| to deploy a :ref:`MongoDB resource
34
+ <k8s-specification>` to use with Prometheus.
You can’t perform that action at this time.
0 commit comments