You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-15Lines changed: 17 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,19 @@
2
2
3
3
Welcome to the MongoDB Enterprise Kubernetes Operator. The Operator enables easy deploy of the following applications into Kubernetes clusters:
4
4
* MongoDB - Replica Sets, Sharded Clusters and Standalones, with authentication, TLS and many more options.
5
-
* Ops Manager - our enterprise management, monitoring and backup platform for MongoDB. The Operator can install and manage Ops Manager in Kubernetes for you.
5
+
* Ops Manager - our enterprise management, monitoring and backup platform for MongoDB. The Operator can install and manage Ops Manager in Kubernetes for you. Ops Manager can manage MongoDB instances both inside and outside Kubernetes.
6
6
7
-
The Operator requires access to one of our database management tools - Ops Manager or Cloud Manager - to deploy MongoDB instances.
7
+
The Operator requires access to one of our database management tools - Ops Manager or Cloud Manager - to deploy MongoDB instances.
8
8
You may run Ops Manager either inside or outside Kubernetes, or may use Cloud Manager (cloud.mongodb.com) instead.
9
9
10
10
The Operator is currently Generally Available, supported by the [MongoDB Support Team](https://support.mongodb.com/). If you need urgent help, please file a support ticket.
11
11
For non-urgent requests, you may file a Github Issue here in the repo.
12
12
13
-
You can discuss this integration in our new [Community Forum](https://community.mongodb.com/) - please use the tag [enterprise-kubernetes-operator](https://community.mongodb.com/tags/enterprise-kubernetes-operator).
13
+
You can discuss this integration in our new [Community Forum](https://developer.mongodb.com/community/forums/) - please use the tag [kubernetes-operator](https://developer.mongodb.com/community/forums/tag/kubernetes-operator)
14
+
15
+
Here are some talks from MongoDB Live 2020 about the Operator:
16
+
*[Kubernetes, MongoDB, and Your MongoDB Data Platform](https://www.youtube.com/watch?v=o1fUPIOdKeU)
17
+
*[Run it in Kubernetes! Community and Enterprise MongoDB in Containers](https://www.youtube.com/watch?v=2Xszdg-4T6A)
14
18
15
19
## Documentation ##
16
20
@@ -30,11 +34,11 @@ You can discuss this integration in our new [Community Forum](https://community.
30
34
31
35
## Requirements ##
32
36
33
-
Please refer to the [Installation Instructions](https://docs.mongodb.com/kubernetes-operator/stable/tutorial/plan-k8s-operator-install/)
34
-
to see which Kubernetes and Openshift versions the Operator is compatible with
37
+
Please refer to the [Installation Instructions](https://docs.mongodb.com/kubernetes-operator/stable/tutorial/plan-k8s-operator-install/)
38
+
to see which Kubernetes and Openshift versions the Operator is compatible with
35
39
36
-
To work with MongoDB resource this Operator requires [Ops Manager](https://docs.opsmanager.mongodb.com/current/) (Ops Manager can
37
-
be installed into the same Kubernetes cluster by the Operator or installed outside of the cluster manually)
40
+
To work with MongoDB resource this Operator requires [Ops Manager](https://docs.opsmanager.mongodb.com/current/) (Ops Manager can
41
+
be installed into the same Kubernetes cluster by the Operator or installed outside of the cluster manually)
38
42
or [Cloud Manager](https://cloud.mongodb.com/user#/cloud/login).
39
43
> If this is your first time trying the Operator, Cloud Manager is easier to get started
40
44
@@ -75,11 +79,9 @@ or clone this repo, make any edits you need, and apply it from your machine.
75
79
76
80
### Installation using Helm Chart
77
81
78
-
If you have installed the Helm client locally then you can run (note that `helm install` is a less preferred way as makes upgrades more complicated.
79
-
`kubectl apply` is a much clearer way of installing/upgrading):
82
+
If you have installed the Helm client locally then you can run:
You can customize installation by simple overriding of helm variables, for example use `--set operator.env="dev"` to run the Operator in development mode
85
87
(this will turn logging level to `Debug` and will make logging output as non-json)
@@ -190,11 +192,11 @@ Note, that it takes up to 8 minutes to initialize the Application Database and s
190
192
191
193
Now you can use the Ops Manager application to create MongoDB objects. You need to follow the
0 commit comments