You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**`*:1194`** <br/> *Or* <br/> [ServiceTag](../virtual-network/service-tags-overview.md#available-service-tags) - **`AzureCloud.<Region>:1194`** <br/> *Or* <br/> [Regional CIDRs](../virtual-network/service-tags-overview.md#discover-service-tags-by-using-downloadable-json-files) - **`RegionCIDRs:1194`** <br/> *Or* <br/> **`APIServerPublicIP:1194`**`(only known after cluster creation)`| UDP | 1194 | For tunneled secure communication between the nodes and the control plane. This is not required for [private clusters](private-clusters.md)|
48
-
|**`*:9000`** <br/> *Or* <br/> [ServiceTag](../virtual-network/service-tags-overview.md#available-service-tags) - **`AzureCloud.<Region>:9000`** <br/> *Or* <br/> [Regional CIDRs](../virtual-network/service-tags-overview.md#discover-service-tags-by-using-downloadable-json-files) - **`RegionCIDRs:9000`** <br/> *Or* <br/> **`APIServerPublicIP:9000`**`(only known after cluster creation)`| TCP | 9000 | For tunneled secure communication between the nodes and the control plane. This is not required for [private clusters](private-clusters.md)|
49
-
|**`*:123`** or **`ntp.ubuntu.com:123`** (if using Azure Firewall network rules) | UDP | 123 | Required for Network Time Protocol (NTP) time synchronization on Linux nodes. |
47
+
|**`*:1194`** <br/> *Or* <br/> [ServiceTag](../virtual-network/service-tags-overview.md#available-service-tags) - **`AzureCloud.<Region>:1194`** <br/> *Or* <br/> [Regional CIDRs](../virtual-network/service-tags-overview.md#discover-service-tags-by-using-downloadable-json-files) - **`RegionCIDRs:1194`** <br/> *Or* <br/> **`APIServerPublicIP:1194`**`(only known after cluster creation)`| UDP | 1194 | For tunneled secure communication between the nodes and the control plane. This is not required for [private clusters][aks-private-clusters], or for clusters with the *konnectivity-agent* enabled. |
48
+
|**`*:9000`** <br/> *Or* <br/> [ServiceTag](../virtual-network/service-tags-overview.md#available-service-tags) - **`AzureCloud.<Region>:9000`** <br/> *Or* <br/> [Regional CIDRs](../virtual-network/service-tags-overview.md#discover-service-tags-by-using-downloadable-json-files) - **`RegionCIDRs:9000`** <br/> *Or* <br/> **`APIServerPublicIP:9000`**`(only known after cluster creation)`| TCP | 9000 | For tunneled secure communication between the nodes and the control plane. This is not required for [private clusters][aks-private-clusters], or for clusters with the *konnectivity-agent* enabled.|
49
+
|**`*:123`** or **`ntp.ubuntu.com:123`** (if using Azure Firewall network rules) | UDP | 123 | Required for Network Time Protocol (NTP) time synchronization on Linux nodes. This is not required for nodes provisioned after March 2021. |
50
50
|**`CustomDNSIP:53`**`(if using custom DNS servers)`| UDP | 53 | If you're using custom DNS servers, you must ensure they're accessible by the cluster nodes. |
51
-
|**`APIServerPublicIP:443`**`(if running pods/deployments that access the API Server)`| TCP | 443 | Required if running pods/deployments that access the API Server, those pods/deployments would use the API IP. This is not required for [private clusters](private-clusters.md)|
51
+
|**`APIServerPublicIP:443`**`(if running pods/deployments that access the API Server)`| TCP | 443 | Required if running pods/deployments that access the API Server, those pods/deployments would use the API IP. This is not required for [private clusters][aks-private-clusters].|
52
52
53
53
### Azure Global required FQDN / application rules
54
54
55
55
The following FQDN / application rules are required:
|**`*.hcp.<location>.azmk8s.io`**|**`HTTPS:443`**| Required for Node <-> API server communication. Replace *\<location\>* with the region where your AKS cluster is deployed. |
59
+
|**`*.hcp.<location>.azmk8s.io`**|**`HTTPS:443`**| Required for Node <-> API server communication. Replace *\<location\>* with the region where your AKS cluster is deployed. This is not required for [private clusters][aks-private-clusters]. |
60
60
|**`mcr.microsoft.com`**|**`HTTPS:443`**| Required to access images in Microsoft Container Registry (MCR). This registry contains first-party images/charts (for example, coreDNS, etc.). These images are required for the correct creation and functioning of the cluster, including scale and upgrade operations. |
61
61
|**`*.data.mcr.microsoft.com`**|**`HTTPS:443`**| Required for MCR storage backed by the Azure content delivery network (CDN). |
62
62
|**`management.azure.com`**|**`HTTPS:443`**| Required for Kubernetes operations against the Azure API. |
@@ -138,7 +138,7 @@ The following FQDN / application rules are required for AKS clusters that have G
0 commit comments