Skip to content

Commit b9ff485

Browse files
DOCSP-5659 - Add Kubernetes Operator to the Tools page. (#27)
* DOCSP-5659 - Add Kubernetes Operator to the Tools page. * DOCSP-5659 - Copy review updates, undo CSS changes.
1 parent 0934c65 commit b9ff485

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

src/html/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<a class="toc__link" href="https://docs.mongodb.com/compass/current/">MongoDB Compass</a>
5353
</li>
5454
<li class="toc__item">
55-
<a class="toc__link" href="https://docs.mongodb.com/kubernetes-operator/stable/">MongoDB Enterprise Kubernetes Operator</a>
55+
<a class="toc__link" href="https://docs.mongodb.com/kubernetes-operator/stable/">MongoDB Kubernetes Operator</a>
5656
</li>
5757
<li class="toc__item">
5858
<a class="toc__link" href="https://docs.mongodb.com/spark-connector/current/">MongoDB Spark Connector</a>

src/html/tools.html

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@
1616
</li>
1717
<li class="toc__item">
1818
<a class="toc__link" href="https://docs.mongodb.com/compass/current/">MongoDB Compass</a>
19+
</li>
20+
<li class="toc__item">
21+
<a class="toc__link" href="https://docs.mongodb.com/kubernetes-operator/stable/">MongoDB Kubernetes Operator</a>
1922
</li>
23+
</li>
2024
<li class="toc__item">
2125
<a class="toc__link" href="https://docs.mongodb.com/spark-connector/current/">MongoDB Spark Connector</a>
2226
</li>
@@ -64,6 +68,15 @@ <h3 class="card__title">MongoDB Compass</h3>
6468
</p>
6569
</a>
6670

71+
<a class="card" href="https://docs.mongodb.com/kubernetes-operator/stable/">
72+
<span class="card__icon card__icon--document"></span>
73+
<h3 class="card__title">MongoDB Kubernetes Operator</h3>
74+
<p class="card__body">
75+
Learn how you can use the Kubernetes Operator to run MongoDB Enterprise
76+
on Kubernetes and configure Cloud or Ops Manager for backup and monitoring.
77+
</p>
78+
</a>
79+
6780
<a class="card" href="https://docs.mongodb.com/spark-connector/current/">
6881
<span class="card__icon card__icon--document"></span>
6982
<h3 class="card__title">MongoDB Spark Connector</h3>
@@ -179,6 +192,28 @@ <h4 class="block__title">
179192
</div>
180193

181194
</div>
195+
196+
<div class="row">
197+
198+
<div class="col-3 no-left-gutter">
199+
<div class="block">
200+
<h3 class="block__header">MongoDB Enterprise Kubernetes Operator</h3>
201+
<h4 class="block__title">
202+
<a class="block__link" href="https://docs.mongodb.com/kubernetes-operator/stable/installation/">Installation</a>
203+
</h4>
204+
<p class="block__body">Follow this tutorial to install the Kubernetes Operator.</p>
205+
<h4 class="block__title">
206+
<a class="block__link" href="https://docs.mongodb.com/kubernetes-operator/stable/configuration/">Configuration</a>
207+
</h4>
208+
<p class="block__body">Link the Kubernetes Operator to your Cloud Manager or Ops Manager Project.</p>
209+
<h4 class="block__title">
210+
<a class="block__link" href="https://docs.mongodb.com/kubernetes-operator/stable/deploy/">Resource Deployment</a>
211+
</h4>
212+
<p class="block__body">Deploy MongoDB standalone, replica set, and sharded cluster resources.</p>
213+
</div>
214+
</div>
215+
216+
</div>
182217

183218
</div>
184219
</div>

0 commit comments

Comments
 (0)