Skip to content

Commit 052dffa

Browse files
committed
Fixing AKS broken links
1 parent 0424db5 commit 052dffa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/aks/concepts-network.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ The *kubenet* networking option is the default configuration for AKS cluster cre
9595
1. Network address translation (NAT) is then configured so that the pods can reach resources on the Azure virtual network.
9696
1. The source IP address of the traffic is translated to the node's primary IP address.
9797

98-
Nodes use the [kubenet][kubenet] Kubernetes plugin. You can let the Azure platform create and configure the virtual networks for you, or choose to deploy your AKS cluster into an existing virtual network subnet.
98+
Nodes use the kubenet Kubernetes plugin. You can let the Azure platform create and configure the virtual networks for you, or choose to deploy your AKS cluster into an existing virtual network subnet.
9999

100100
Only the nodes receive a routable IP address. The pods use NAT to communicate with other resources outside the AKS cluster. This approach reduces the number of IP addresses you need to reserve in your network space for pods to use.
101101

@@ -245,7 +245,6 @@ For more information on core Kubernetes and AKS concepts, see the following arti
245245

246246
<!-- LINKS - External -->
247247
[cni-networking]: https://github.com/Azure/azure-container-networking/blob/master/docs/cni.md
248-
[kubenet]: https://kubernetes.io/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/
249248
[k8s-service]: https://kubernetes.io/docs/concepts/services-networking/service/
250249
[service-types]: https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types
251250

0 commit comments

Comments
 (0)