Skip to content

Commit 60f71bf

Browse files
committed
remove blob and aks
1 parent 7c6114e commit 60f71bf

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

articles/aks/limit-egress-traffic.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,21 +57,25 @@ The following outbound ports / network rules are required for an AKS cluster:
5757
* UDP port *53* for DNS is also required if you have pods directly accessing the API server.
5858

5959
The following FQDN / application rules are required:
60+
61+
> [!IMPORTANT]
62+
> *.blob.core.windows.net and aksrepos.azurecr.io were previously, but are no longer required FQDN rules for egress lockdown. You need to upgrade your AKS cluster to remove these rules.
63+
6064
- Azure Global
6165

6266
| FQDN | Port | Use |
6367
|----------------------------|-----------|----------|
6468
| *.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. |
6569
| *.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. |
6670
| 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. |
6871
| 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 |
6972
| *.cdn.mscr.io | HTTPS:443 | This address is required for MCR storage backed by the Azure content delivery network (CDN). |
7073
| management.azure.com | HTTPS:443 | This address is required for Kubernetes GET/PUT operations. |
7174
| login.microsoftonline.com | HTTPS:443 | This address is required for Azure Active Directory authentication. |
7275
| ntp.ubuntu.com | UDP:123 | This address is required for NTP time synchronization on Linux nodes. |
7376
| 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. |
7477
| acs-mirror.azureedge.net | HTTPS:443 | This address is for the repository required to install required binaries like kubenet and Azure CNI. |
78+
7579
- Azure China 21Vianet
7680

7781
| FQDN | Port | Use |
@@ -85,21 +89,22 @@ The following FQDN / application rules are required:
8589
| login.chinacloudapi.cn | HTTPS:443 | This address is required for Azure Active Directory authentication. |
8690
| ntp.ubuntu.com | UDP:123 | This address is required for NTP time synchronization on Linux nodes. |
8791
| 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. |
92+
8893
- Azure Government
8994

9095
| FQDN | Port | Use |
9196
|----------------------------|-----------|----------|
9297
| *.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. |
9398
| *.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. |
9499
| 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. |
96100
| 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 |
97101
| *.cdn.mscr.io | HTTPS:443 | This address is required for MCR storage backed by the Azure Content Delivery Network (CDN). |
98102
| management.usgovcloudapi.net | HTTPS:443 | This address is required for Kubernetes GET/PUT operations. |
99103
| login.microsoftonline.us | HTTPS:443 | This address is required for Azure Active Directory authentication. |
100104
| ntp.ubuntu.com | UDP:123 | This address is required for NTP time synchronization on Linux nodes. |
101105
| 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. |
102106
| acs-mirror.azureedge.net | HTTPS:443 | This address is for the repository required to install required binaries like kubenet and Azure CNI. |
107+
103108
## Optional recommended addresses and ports for AKS clusters
104109

105110
The following outbound ports / network rules are optional for an AKS cluster:

0 commit comments

Comments
 (0)