Manage Private Endpoints
On this page
This feature is not available for M0
free clusters, M2
, and
M5
clusters. To learn more about which features are unavailable,
see Atlas M0 (Free Cluster), M2, and M5 Limitations.
Serverless instances are in preview and do not support this feature at this time. To learn more, see Serverless Instance Limitations.
Atlas Kubernetes Operator supports managing private endpoints on the following platforms:
- AWS using the AWS PrivateLink feature.
- Azure using the Azure Private Link feature.
When you use Atlas Kubernetes Operator to configure private links in Atlas, Atlas creates its own VPC or a Private Link service and places 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 the spec.privateEndpoints
parameter for the
AtlasProject
Custom 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.
Considerations
Review the following considerations:
Limitations
Certain limitations apply to private endpoints. To learn more, see Private Endpoint Limitations.
Prerequisites
To enable connections with Atlas Kubernetes Operator to Atlas using private endpoints, you require:
Procedure
Enable clients to connect to Atlas clusters using private endpoints with the following procedure: