Skip to content

Commit 196d41f

Browse files
authored
Update outbound-rules-control-egress.md
Backlog work item 46980: Doc to improve - AKS needs Azure Storage service tag as it connects to md-XXXX.blob.storage.azure.net endpoint - firewall
1 parent a7d7632 commit 196d41f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/aks/outbound-rules-control-egress.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ The following network and FQDN/application rules are required for an AKS cluster
4040
* AKS uses an admission controller to inject the FQDN as an environment variable to all deployments under kube-system and gatekeeper-system. This ensures all system communication between nodes and API server uses the API server FQDN and not the API server IP.
4141
* If you have an app or solution that needs to talk to the API server, you must add an **additional** network rule to allow **TCP communication to port 443 of your API server's IP**.
4242
* On rare occasions, if there's a maintenance operation, your API server IP might change. Planned maintenance operations that can change the API server IP are always communicated in advance.
43+
* Under certain circumstances, it might happen that traffic towards md-*.blob.storage.azure.net is required. This dependency is due to some internal mechanisms of Azure Managed Disks.
44+
4345

4446
### Azure Global required network rules
4547

0 commit comments

Comments
 (0)