You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: support/azure/azure-kubernetes/connectivity/dns/troubleshoot-localdns.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,12 +28,12 @@ This article discusses how to create a troubleshooting workflow to fix Domain Na
28
28
## Identifying patterns in DNS failures
29
29
Before you begin diagnosing the issues seen with LocalDNS, identify potential patterns with your DNS failures. Some patterns include:
30
30
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?
33
33
4. What protocols are failing? Is it both TCP (Transmission Control Protocol) and UDP (User Datagram Protocol), or just one of them?
34
34
5. What zones are failing? Is it all zones? or a specific zone traffic?
35
35
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.
37
37
38
38
## Diagnose LocalDNS with a test DNSUtil pod
39
39
@@ -243,7 +243,7 @@ Once restarted, LocalDNS should begin collecting all logs for the chosen zones.
243
243
244
244
### Generate traffic from dnsutils pod
245
245
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
0 commit comments