Skip to content

Commit 14649ce

Browse files
Merge pull request #287841 from aimee-littleton/patch-774711
Update troubleshoot-nat-and-azure-services.md
2 parents 8157409 + b892caf commit 14649ce

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

articles/nat-gateway/troubleshoot-nat-and-azure-services.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,13 @@ NAT gateway can be deployed with AKS clusters in order to allow for explicit out
6767

6868
Learn more at [Managed NAT Gateway](/azure/aks/nat-gateway).
6969

70+
### Connecting from AKS cluster to the AKS API server over the internet
71+
72+
To manage an AKS cluster, you interact with its API server. When you create a non-private cluster that resolves to the API server's fully qualified domain name (FQDN), the API server is assigned a public IP address by default. After you attach a NAT Gateway to the subnets of your AKS cluster, NAT Gateway will be used to connect to the public IP of the AKS API server. See the following documentation for additional information and design guidance:
73+
* [Access an AKS API server](/azure/architecture/guide/security/access-azure-kubernetes-service-cluster-api-server)
74+
* [Use API Management with AKS](/azure/api-management/api-management-kubernetes)
75+
* [Define API server authorized IP ranges](/azure/aks/api-server-authorized-ip-ranges)
76+
7077
### Can't update my NAT gateway IPs or idle timeout timer for an AKS cluster
7178

7279
Public IP addresses and the idle timeout timer for NAT gateway can be updated with the `az aks update` command for a managed NAT gateway ONLY.

0 commit comments

Comments
 (0)