Atlas Kubernetes Operator Changelog¶
On this page
Note
You can find the full list of Atlas Kubernetes Operator releases here.
Atlas Kubernetes Operator 0.5.0¶
This Atlas Kubernetes Operator trial release lets you manage Atlas projects, clusters, and database users with Kubernetes specifications.
Changes¶
- Introduces
Global
andper project
Atlas authentication modes. To learn more, see Configure Access to Atlas. - Supports installing Atlas Kubernetes Operator clusterwide (all the namespaces in the Kubernetes cluster) or to its own namespace. To learn more, see Quick Start.
- Introduces the
AtlasProject
Custom Resource. Use this resource to create Atlas projects and configure their IP access lists. - Introduces the
AtlasCluster
Custom Resource. Use this resource to create clusters in an Atlas project. - Introduces the
AtlasDatabaseUser
Custom Resource for creating database users in an Atlas project. - Allows you to create or update secrets for each database user and cluster. Applications can use these secrets in Kubernetes to connect to Atlas clusters.