Skip to content

Commit f5735e0

Browse files
author
Vaibhav Arora
committed
minor fixes, ready for review
1 parent 70557cf commit f5735e0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

support/azure/azure-kubernetes/connectivity/dns/troubleshoot-localdns.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ This article discusses how to create a troubleshooting workflow to fix Domain Na
2828
## Identifying patterns in DNS failures
2929
Before you begin diagnosing the issues seen with LocalDNS, identify potential patterns with your DNS failures. Some patterns include:
3030
1. DNS resolution failure - is this happening all the time or intermittently?
31-
2. Are you seeing the DNS issues from all the nodes, a specific node pool, or subset of nodes or just a single node?
32-
3. Are you seeing DNS issues from nodes in a specific Azure Zone? Or from all the zones?
31+
2. Are you seeing the DNS issues from all the nodes, a specific node pool, a subset of nodes or just a single node?
32+
3. Are you seeing DNS issues from nodes in a specific Azure zone? Or from all the zones?
3333
4. What protocols are failing? Is it both TCP (Transmission Control Protocol) and UDP (User Datagram Protocol), or just one of them?
3434
5. What zones are failing? Is it all zones? or a specific zone traffic?
3535

36-
**Note:** "zones" here refers to the DNS zones like *cluster.local* and root (.) and not to physical zones in Azure.
36+
**Note:** In this case, "zone" refers to DNS zones like *cluster.local* and root (.) and not to physical zones in Azure.
3737

3838
## Diagnose LocalDNS with a test DNSUtil pod
3939

@@ -243,7 +243,7 @@ Once restarted, LocalDNS should begin collecting all logs for the chosen zones.
243243
244244
### Generate traffic from dnsutils pod
245245
246-
The next step would be to trigger some DNS traffic on LocalDNS. LocalDNS has two IPs - The KubeDNS traffic goes to the ClusterListenerIP - 169.254.10.11, while VnetDNSTraffic goes to the NodeListenerIP - 169.254.10.10#53
246+
The next step would be to trigger some DNS traffic on LocalDNS. LocalDNS has two IPs - The KubeDNS traffic goes to the ClusterListenerIP - 169.254.10.11, while VnetDNSTraffic goes to the NodeListenerIP - 169.254.10.10
247247
248248
#### Test KubeDNS zone traffic
249249

0 commit comments

Comments
 (0)