Skip to content

Commit 27ffaa6

Browse files
authored
Merge pull request #105680 from mlearned/mdl-aks-1680661-private-clusters-misc-azs
updates per saurya
2 parents f519f23 + f18ee13 commit 27ffaa6

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

articles/aks/private-clusters.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,18 @@ The control plane or API server is in an Azure Kubernetes Service (AKS)-managed
5151
* West US 2
5252
* East US 2
5353

54+
## Currently Supported Availability Zones
55+
56+
* Central US
57+
* East US
58+
* East US 2
59+
* France Central
60+
* Japan East
61+
* North Europe
62+
* Southeast Asia
63+
* UK South
64+
* West Europe
65+
* West US 2
5466

5567
## Install the latest Azure CLI AKS Preview extension
5668

@@ -111,6 +123,7 @@ Where *--enable-private-cluster* is a mandatory flag for a private cluster.
111123
> If the Docker bridge address CIDR (172.17.0.1/16) clashes with the subnet CIDR, change the Docker bridge address appropriately.
112124
113125
## Connect to the private cluster
126+
114127
The API server endpoint has no public IP address. Consequently, you must create an Azure virtual machine (VM) in a virtual network and connect to the API server. To do so, do the following:
115128

116129
1. Get credentials to connect to the cluster.
@@ -144,7 +157,8 @@ The API server endpoint has no public IP address. Consequently, you must create
144157
* To use a custom DNS server, deploy an AD server with DNS to forward to this IP 168.63.129.16
145158

146159
## Limitations
147-
* Availability Zones are currently only supported for East US 2 and West US 2 regions
160+
* IP authorized ranges cannot be applied to the private api server endpoint, they only apply to the public API server
161+
* Availability Zones are currently supported for certain regions, see the beginning of this document
148162
* [Azure Private Link service limitations][private-link-service] apply to private clusters, Azure private endpoints, and virtual network service endpoints, which aren't currently supported in the same virtual network.
149163
* No support for virtual nodes in a private cluster to spin private Azure Container Instances (ACI) in a private Azure virtual network
150164
* No support for Azure DevOps integration out of the box with private clusters

0 commit comments

Comments
 (0)