Skip to content

Commit 59094de

Browse files
authored
Note on how Azure DNS is supported by CoreDNS
1 parent 0634b73 commit 59094de

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
@@ -7,6 +7,7 @@ author: mlearned
77
ms.service: container-service
88
ms.topic: conceptual
99
ms.date: 02/28/2019
10+
ms.custom: fasttrack-edit
1011
ms.author: mlearned
1112
---
1213

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

108+
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.
109+
107110
### Support scope between network models
108111

109112
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)