Skip to content

Commit eb2c009

Browse files
authored
Update troubleshoot-node-auto-provision.md
1 parent 12b02c9 commit eb2c009

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

support/azure/azure-kubernetes/extensions/troubleshoot-node-auto-provision.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ kubectl get events | grep -i "disruption\|consolidation"
6464

6565
## Networking Issues
6666

67+
For most Networking related issues, there are two levels available for networking observability
68+
- [Container Network Metrics][aks-container-metrics] (default): Allows for node level metrics
69+
- [Advanced Container Network Metrics][advanced-container-network-metrics]: In addition to node level metrics, you can also observe pod-level metrics including FQDN metrics for troubleshooting.
70+
6771
### Pod Connectivity Problems
6872

6973
**Symptoms**: Pods can't communicate with other pods or external services.
@@ -219,6 +223,7 @@ nc -zv 10.0.0.10 53
219223
- Check that Karpenter nodes can reach the service subnet
220224
- Restart CoreDNS pods if they're in error state: `kubectl rollout restart deployment/coredns -n kube-system`
221225
- Verify NSG rules allow traffic on port 53 (TCP/UDP)
226+
- Run a connectivyt analysis with the [Azure Virtual Network Verifier][connectivity-tool] tool to validate outbound connectivity
222227

223228
## Azure-Specific Issues
224229

@@ -272,4 +277,7 @@ az vm list-usage --location <region> --query "[?currentValue >= limit]"
272277
[nap-nodepool-docs]: /azure/aks/node-autoprovision-node-pools
273278
[nap-main-docs]: /azure/aks/node-autoprovision
274279
[coredns-troubleshoot]: /azure/aks/coredns-custom#troubleshooting
280+
[aks-container-metrics]: /azure/aks/container-network-observability-metrics
281+
[advanced-container-network-metrics]: /azure/aks/advanced-container-networking-services-overview
282+
[connectivity-tool]: /azure/azure-kubernetes/connectivity/basic-troubleshooting-outbound-connections#check-if-azure-network-resources-are-blocking-traffic-to-the-endpoint
275283

0 commit comments

Comments
 (0)