Skip to content

Commit

Permalink
CLOUDP-103339: Update README for Beta (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbroadhead authored Mar 4, 2022
1 parent c8b7b36 commit 9ac6fd4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# MongoDB Atlas Operator (trial version)
# MongoDB Atlas Operator (Beta)
[![MongoDB Atlas Operator](https://github.com/mongodb/mongodb-atlas-kubernetes/workflows/Test/badge.svg)](https://github.com/mongodb/mongodb-atlas-kubernetes/actions/workflows/test.yml?query=branch%3Amain)
[![MongoDB Atlas Go Client](https://img.shields.io/badge/Powered%20by%20-go--client--mongodb--atlas-%2313AA52)](https://github.com/mongodb/go-client-mongodb-atlas)

The MongoDB Atlas Operator provides a native integration between the Kubernetes orchestration platform and MongoDB Atlas — the only multi-cloud document database service that gives you the versatility you need to build sophisticated and resilient applications that can adapt to changing customer demands and market trends.

> Current Status: *trial version*. The Operator gives users the ability to provision
> Current Status: *Beta*.
> The Operator gives users the ability to provision
> Atlas projects, clusters and database users using Kubernetes Specifications and bind connection information
> into applications deployed to Kubernetes. More features like private endpoints, backup management, LDAP/X.509 authentication, etc.
> are yet to come.
> into applications deployed to Kubernetes or via Private Endpoints on AWS or Azure.
> More features like private endpoints, backup management, LDAP/X.509 authentication, etc. are yet to come.
The full documentation for the Operator can be found [here](https://docs.atlas.mongodb.com/atlas-operator/)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,9 @@ spec:
The MongoDB Atlas Operator provides a native integration between the Kubernetes orchestration platform and MongoDB Atlas —
the only multi-cloud document database service that gives you the versatility you need to build sophisticated and resilient applications that can adapt to changing customer demands and market trends.
> Current Status: *trial version*. The Operator gives users the ability to provision
> Current Status: *Beta*. The Operator gives users the ability to provision
> Atlas projects, clusters and database users using Kubernetes Specifications and bind connection information
> into applications deployed to Kubernetes. More features like private endpoints, backup management, LDAP/X.509 authentication, etc.
> are yet to come.
> into applications deployed to Kubernetes.
## Quick Start guide
### Step 1. Deploy Kubernetes operator by clicking Install button.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,9 @@ spec:
The MongoDB Atlas Operator provides a native integration between the Kubernetes orchestration platform and MongoDB Atlas —
the only multi-cloud document database service that gives you the versatility you need to build sophisticated and resilient applications that can adapt to changing customer demands and market trends.
> Current Status: *trial version*. The Operator gives users the ability to provision
> Current Status: *Beta*. The Operator gives users the ability to provision
> Atlas projects, clusters and database users using Kubernetes Specifications and bind connection information
> into applications deployed to Kubernetes. More features like private endpoints, backup management, LDAP/X.509 authentication, etc.
> are yet to come.
> into applications deployed to Kubernetes.
## Quick Start guide
### Step 1. Deploy Kubernetes operator by clicking Install button.
Expand Down

0 comments on commit 9ac6fd4

Please sign in to comment.