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
Copy file name to clipboardExpand all lines: articles/aks/limit-egress-traffic.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,21 +57,24 @@ The following outbound ports / network rules are required for an AKS cluster:
57
57
* UDP port *53* for DNS is also required if you have pods directly accessing the API server.
58
58
59
59
The following FQDN / application rules are required:
60
+
61
+
> [!IMPORTANT]
62
+
> ***.blob.core.windows.net and aksrepos.azurecr.io** are no longer required FQDN rules for egress lockdown. For existing clusters, [perform a cluster upgrade operation][aks-upgrade] using the `az aks upgrade` command to remove these rules.
|*.hcp.\<location\>.azmk8s.io | HTTPS:443, TCP:22, TCP:9000 | This address is the API server endpoint. Replace *\<location\>* with the region where your AKS cluster is deployed. |
65
69
|*.tun.\<location\>.azmk8s.io | HTTPS:443, TCP:22, TCP:9000 | This address is the API server endpoint. Replace *\<location\>* with the region where your AKS cluster is deployed. |
66
-
| aksrepos.azurecr.io | HTTPS:443 | This address is required to access images in Azure Container Registry (ACR). This registry contains third-party images/charts (for example, metrics server, core dns, etc.) required for the functioning of the cluster during upgrade and scale of the cluster|
67
-
|*.blob.core.windows.net | HTTPS:443 | This address is the backend store for images stored in ACR. |
68
70
| mcr.microsoft.com | HTTPS:443 | This address is required to access images in Microsoft Container Registry (MCR). This registry contains first-party images/charts(for example, moby, etc.) required for the functioning of the cluster during upgrade and scale of the cluster |
69
71
|*.cdn.mscr.io | HTTPS:443 | This address is required for MCR storage backed by the Azure content delivery network (CDN). |
70
72
| management.azure.com | HTTPS:443 | This address is required for Kubernetes GET/PUT operations. |
71
73
| login.microsoftonline.com | HTTPS:443 | This address is required for Azure Active Directory authentication. |
72
74
| ntp.ubuntu.com | UDP:123 | This address is required for NTP time synchronization on Linux nodes. |
73
75
| packages.microsoft.com | HTTPS:443 | This address is the Microsoft packages repository used for cached *apt-get* operations. Example packages include Moby, PowerShell, and Azure CLI. |
74
76
| acs-mirror.azureedge.net | HTTPS:443 | This address is for the repository required to install required binaries like kubenet and Azure CNI. |
77
+
75
78
- Azure China 21Vianet
76
79
77
80
| FQDN | Port | Use |
@@ -85,21 +88,21 @@ The following FQDN / application rules are required:
85
88
| login.chinacloudapi.cn | HTTPS:443 | This address is required for Azure Active Directory authentication. |
86
89
| ntp.ubuntu.com | UDP:123 | This address is required for NTP time synchronization on Linux nodes. |
87
90
| packages.microsoft.com | HTTPS:443 | This address is the Microsoft packages repository used for cached *apt-get* operations. Example packages include Moby, PowerShell, and Azure CLI. |
|*.hcp.\<location\>.cx.aks.containerservice.azure.us | HTTPS:443, TCP:22, TCP:9000 | This address is the API server endpoint. Replace *\<location\>* with the region where your AKS cluster is deployed. |
93
97
|*.tun.\<location\>.cx.aks.containerservice.azure.us | HTTPS:443, TCP:22, TCP:9000 | This address is the API server endpoint. Replace *\<location\>* with the region where your AKS cluster is deployed. |
94
-
| aksrepos.azurecr.io | HTTPS:443 | This address is required to access images in Azure Container Registry (ACR). This registry contains third-party images/charts (for example, metrics server, core dns, etc.) required for the functioning of the cluster during upgrade and scale of the cluster|
95
-
|*.blob.core.windows.net | HTTPS:443 | This address is the backend store for images stored in ACR. |
96
98
| mcr.microsoft.com | HTTPS:443 | This address is required to access images in Microsoft Container Registry (MCR). This registry contains first-party images/charts(for example, moby, etc.) required for the functioning of the cluster during upgrade and scale of the cluster |
97
99
|*.cdn.mscr.io | HTTPS:443 | This address is required for MCR storage backed by the Azure Content Delivery Network (CDN). |
98
100
| management.usgovcloudapi.net | HTTPS:443 | This address is required for Kubernetes GET/PUT operations. |
99
101
| login.microsoftonline.us | HTTPS:443 | This address is required for Azure Active Directory authentication. |
100
102
| ntp.ubuntu.com | UDP:123 | This address is required for NTP time synchronization on Linux nodes. |
101
103
| packages.microsoft.com | HTTPS:443 | This address is the Microsoft packages repository used for cached *apt-get* operations. Example packages include Moby, PowerShell, and Azure CLI. |
102
104
| acs-mirror.azureedge.net | HTTPS:443 | This address is for the repository required to install required binaries like kubenet and Azure CNI. |
105
+
103
106
## Optional recommended addresses and ports for AKS clusters
104
107
105
108
The following outbound ports / network rules are optional for an AKS cluster:
0 commit comments