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/kubernetes-fleet/networking/troubleshoot-dns-load-balancing.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ ms.date: 05/13/2025
9
9
10
10
# Troubleshoot Azure Kubernetes Fleet Manager DNS load balancing
11
11
12
-
This article provides troubleshooting information for Azure Kubernetes Fleet Manager DNS-based load balancing. Fleet Manager DNS load balancing uses Azure Traffic Manager to balance traffic across public endpoints from multiple AKS member clusters.
12
+
This article provides troubleshooting information for Azure Kubernetes Fleet Manager DNS-based load balancing. Fleet Manager DNS load balancing uses Azure Traffic Manager to balance traffic across public endpoints from multiple Azure Kubernetes Service (AKS) member clusters.
13
13
14
14
## Use Fleet Manager hub cluster to troubleshoot
15
15
@@ -81,7 +81,7 @@ To resolve this issue, follow these steps:
81
81
82
82
This issue might occur if the generated DNS prefix is already used by another Azure Traffic Manager profile. The DNS prefix consists of the namespace and the `metadata.name` field in the `TrafficManagerProfile` manifest. For example, if the namespace is `team-a` and the `metadata.name` is `webapp`, the DNS prefix is `team-a-webapp`.
83
83
84
-
The following example of the `TrafficManagerProfile` status shows that the Domain name is not available:
84
+
The following example of the `TrafficManagerProfile` status shows that the domain name isn't available:
85
85
86
86
```yml
87
87
status:
@@ -96,10 +96,10 @@ status:
96
96
97
97
#### Solution
98
98
99
-
To resolve this issue, use `nslookup` or a similar tool to determine whether the full DNS name (for example, `team-a-webapp.trafficmanager.net`) is available. If the name is not available, consider one of the following alternative solutions:
99
+
To resolve this issue, use `nslookup` or a similar tool to determine whether the full DNS name (for example, `team-a-webapp.trafficmanager.net`) is available. If the name isn't available, consider one of the following alternative solutions:
100
100
101
101
- Change the `metadata.name` field in the `TrafficManagerProfile` manifest to a unique name.
102
-
- Use a different namespace for the `TrafficManagerProfile` manifest. This affects the `TrafficManagerBackend` and `ServiceExport` objects. These objects must be in the same namespace.
102
+
- Use a different namespace for the `TrafficManagerProfile` manifest. This selection affects the `TrafficManagerBackend` and `ServiceExport` objects. These objects must be in the same namespace.
0 commit comments