Skip to content

Commit 2e1595f

Browse files
authored
Update concepts-network.md
fix links brackets
1 parent 7703243 commit 2e1595f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/concepts-network.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ The following behavior differences exist between kubenet and Azure CNI:
153153
| Pod-VM connectivity; VM in the same virtual network | Works when initiated by pod | Works both ways | Works when initiated by pod | Works when initiated by pod |
154154
| Pod-VM connectivity; VM in peered virtual network | Works when initiated by pod | Works both ways | Works when initiated by pod | Works when initiated by pod |
155155
| On-premises access using VPN or Express Route | Works when initiated by pod | Works both ways | Works when initiated by pod | Works when initiated by pod |
156-
| Expose Kubernetes services using a load balancer service, App Gateway, or ingress controller | Supported | Supported | [You can't use Application Gateway as an Ingress Controller (AGIC) for an Overlay cluster.](azure-cni-overlay#limitations-with-azure-cni-overlay) | [Kubernetes services with internalTrafficPolicy=Local aren't supported](azure-cni-powered-by-cilium#limitations) |
157-
| Support for Windows node pools | Not Supported | Supported | [Preview](azure-cni-overlay#limitations-with-azure-cni-overlay) | [Available only for Linux and not for Windows.](azure-cni-powered-by-cilium#limitations) |
156+
| Expose Kubernetes services using a load balancer service, App Gateway, or ingress controller | Supported | Supported | [You can't use Application Gateway as an Ingress Controller (AGIC) for an Overlay cluster.][azure-cni-overlay#limitations-with-azure-cni-overlay] | [Kubernetes services with internalTrafficPolicy=Local aren't supported][azure-cni-powered-by-cilium#limitations] |
157+
| Support for Windows node pools | Not Supported | Supported | [Preview][azure-cni-overlay#limitations-with-azure-cni-overlay] | [Available only for Linux and not for Windows.][azure-cni-powered-by-cilium#limitations] |
158158

159159
Regarding DNS, with both kubenet and Azure CNI plugins DNS are offered by CoreDNS, a deployment running in AKS with its own autoscaler. For more information on CoreDNS on Kubernetes, see [Customizing DNS Service](https://kubernetes.io/docs/tasks/administer-cluster/dns-custom-nameservers/). CoreDNS by default is configured to forward unknown domains to the DNS functionality of the Azure Virtual Network where the AKS cluster is deployed. Hence, Azure DNS and Private Zones will work for pods running in AKS.
160160

0 commit comments

Comments
 (0)