Skip to content

Conversation

@jshiwamV
Copy link
Collaborator

  • Public Cluster Endpoint with api server vnet integration when vnet encryption is disabled works with latest VM skus.
  • Pod to ControlPlane traffic to api-server is contained inside VPC via api server vnet integration
  • Endpoint is publicly accessible to restricted CIDR for external usage

The cluster is not private though, if we make the cluster private we would need a bastion host to connect to the cluster from outside of vpc. The current configuration mimics the behaviour of public access + keeping internal aks traffic contained inside vnet. As per internal slack discussion, we don’t want fully private cluster hence the current configuration should work for us. Will raise a pr in sometime for this

address_space = "20.0.0.0/16"
aks_subnet_cidr = "20.0.0.0/20"
postgres_subnet_cidr = "20.0.16.0/24"
enable_api_server_vnet_integration = true
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should have a comment about what it does, or a link to the docs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants