Note
This feature is not available for any of the following deployments:
M0clustersM2/M5clustersFlex clusters
Atlas Kubernetes Operator supports private endpoints to connect to dedicated clusters and federated database instances.
When you use Atlas Kubernetes Operator to configure private links in Atlas, Atlas creates its own VPC or a Private Link service and places dedicated clusters within a region behind a load balancer in the Atlas VPC or Atlas VNet. To learn more, see the Private Endpoint Overview.
To manage your private endpoints with Atlas Kubernetes Operator, you can specify and update one of the following parameters:
For dedicated clusters, specify the spec.privateEndpoints parameter for the
AtlasProjectCustom Resource.For federated database instances, specify the spec.privateEndpoints parameter for the
AtlasDataFederationCustom Resource.
Each time you change the spec field in any of the supported custom resources, Atlas Kubernetes Operator creates or updates the corresponding Atlas configuration.
Certain considerations and limitations apply to private endpoints. To learn more, see Configure Private Endpoints.
Procedure
To enable clients to connect to Atlas dedicated clusters using private endpoints, see the following procedures: