Skip to content

Commit a8e842b

Browse files
authored
Merge pull request #101728 from erjosito/patch-10
Note on how Azure DNS is supported by CoreDNS
2 parents 2259bf6 + 59094de commit a8e842b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/aks/concepts-network.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ author: mlearned
66
ms.service: container-service
77
ms.topic: conceptual
88
ms.date: 02/28/2019
9+
ms.custom: fasttrack-edit
910
ms.author: mlearned
1011
---
1112

@@ -103,6 +104,8 @@ The following behavior differences exist between kubenet and Azure CNI:
103104
| Expose Kubernetes services using a load balancer service, App Gateway, or ingress controller | Supported | Supported |
104105
| Default Azure DNS and Private Zones | Supported | Supported |
105106

107+
Regarding DNS, with both kubenet and Azure CNI plugins DNS is offered by CoreDNS, a daemon set running in AKS. For more information on CoreDNS on Kubernetes see [Customizing DNS Service](https://kubernetes.io/docs/tasks/administer-cluster/dns-custom-nameservers/). CoreDNS is configured per default to forward unknown domains to the node DNS servers, in other words, 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.
108+
106109
### Support scope between network models
107110

108111
Regardless of the network model you use, both kubenet and Azure CNI can be deployed in one of the following ways:

0 commit comments

Comments
 (0)