Skip to content

Commit 7b69b45

Browse files
authored
Update azure-cni-overlay.md
fixing link
1 parent 82d4955 commit 7b69b45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/azure-cni-overlay.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ The following are additional factors to consider when planning pods IP address s
6363

6464
## Network security groups
6565

66-
Pod to pod traffic with Azure CNI Overlay is not encapsulated and subnet [network security group][/virtual-network/network-security-group-how-it-works] rules are applied. If the subnet NSG contains deny rules that would impact the pod CIDR traffic, make sure the following rules are in place to ensure proper cluster functionality (in addition to all [AKS egress requirements][aks-egress]):
66+
Pod to pod traffic with Azure CNI Overlay is not encapsulated and subnet [network security group][nsg] rules are applied. If the subnet NSG contains deny rules that would impact the pod CIDR traffic, make sure the following rules are in place to ensure proper cluster functionality (in addition to all [AKS egress requirements][aks-egress]):
6767

6868
* Traffic from the node CIDR to the node CIDR on all ports and protocols
6969
* Traffic from the node CIDR to the pod CIDR on all ports and protocols (required for service traffic routing)
@@ -176,4 +176,4 @@ To learn how to utilize AKS with your own Container Network Interface (CNI) plug
176176
[az-feature-show]: /cli/azure/feature#az-feature-show
177177
[aks-egress]: limit-egress-traffic.md
178178
[aks-network-policies]: use-network-policies.md
179-
[nsg]: /azure/virtual-network/network-security-groups-overview
179+
[nsg]: ../virtual-network/network-security-groups-overview.md

0 commit comments

Comments
 (0)