|
16 | 16 | </li>
|
17 | 17 | <li class="toc__item">
|
18 | 18 | <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> |
19 | 22 | </li>
|
| 23 | + </li> |
20 | 24 | <li class="toc__item">
|
21 | 25 | <a class="toc__link" href="https://docs.mongodb.com/spark-connector/current/">MongoDB Spark Connector</a>
|
22 | 26 | </li>
|
@@ -64,6 +68,15 @@ <h3 class="card__title">MongoDB Compass</h3>
|
64 | 68 | </p>
|
65 | 69 | </a>
|
66 | 70 |
|
| 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 | + |
67 | 80 | <a class="card" href="https://docs.mongodb.com/spark-connector/current/">
|
68 | 81 | <span class="card__icon card__icon--document"></span>
|
69 | 82 | <h3 class="card__title">MongoDB Spark Connector</h3>
|
@@ -179,6 +192,28 @@ <h4 class="block__title">
|
179 | 192 | </div>
|
180 | 193 |
|
181 | 194 | </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> |
182 | 217 |
|
183 | 218 | </div>
|
184 | 219 | </div>
|
|
0 commit comments