MongoDB Enterprise Kubernetes Operator 1.4.0
New Features
MongoDB Resource Changes
- Split horizon DNS support for MongoDB replica sets has been added, allowing clients to connect to replica set from outside of the Kubernetes cluster.
- Operator generated certificates can be requested with additional certificate domains, making them valid for the specified subdomains.
Ops Manager Resource Changes
MongoDBOpsManager
has been promoted to beta! Ops Manager version 4.2.4 is available.- Backup and restore can be enabled in Operator-deployed Ops Manager instances. This is a semi-automated process that will deploy everything you need to enable backups in Ops Manager. Backup should be enabled by setting the
spec.backup.enabled
attribute on the Ops Manager custom resource. The Head DB, Oplog Store and S3 Snapshot Store can be configured usingMongoDBOpsManager
specification. - Ops Manager can be accessed from outside the Kubernetes cluster by setting the
spec.externalConnectivity
property. - Ops Manager's AppDB (the MongoDB database that Ops Manager runs on) has
SCRAM-SHA1
authentication enabled by default. - Support for Openshift (Red Hat UBI Images) has been added.
Please see the sample YAML files in the samples directory for more information on how to enable new features.
Bug fixes
- Overall stability of X509 user management has been improved.