Skip to content

Commit 1efc211

Browse files
authored
(DOCSP-21653): Added third-party integration page. (#911)
* (DOCSP-21653): Added third-party integration page. * (DOCSP-21653): Incorporated Priyo's feedback. * (DOCSP-21653): Incorporated JW's feedback. * (DOCSP-21653): Incorporated JW's feedback.
1 parent 02bc3ae commit 1efc211

File tree

3 files changed

+42
-0
lines changed

3 files changed

+42
-0
lines changed

config/redirects

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,7 @@ raw: docs/kubernetes-operator/release-notes -> ${base}/stable/release-notes/
7272
# v1.8 and later
7373
[v1.8-*]: docs/kubernetes-operator/${version}/tutorial/upgrade-k8s-operator-v161-and-earlier -> ${base}/${version}/tutorial/upgrade-k8s-operator/
7474
[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}/

source/reference.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ Reference
2727
:ref:`k8s-support-lifecycle`
2828
Review the EOL dates for |k8s-op-short| versions.
2929

30+
:ref:`third-party-integrations`
31+
Review the available third-party integrations.
32+
3033
:ref:`third-party-licenses`
3134
Open Source licenses that the |k8s-op-short| uses.
3235

@@ -40,4 +43,5 @@ Reference
4043
/reference/operator-settings
4144
/reference/k8s-op-exclusive-settings
4245
/reference/support-lifecycle
46+
/third-party-integrations
4347
/third-party-licenses

source/third-party-integrations.txt

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
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.

0 commit comments

Comments
 (0)