Main Menu

Search

Friday, June 7, 2024

KUBERNETES - How To Verify DNS Resolution Is Working and CoreDNS Pods Are Healthy In Kubernetes?

To verify / validate / check DNS resolution is working and coredns pods are healthy in Kubernetes, we can deploy dnsutils pods and run nslookup tests. More information on deploying dnsutils pod and running nslookup tests can be found in below kubernetes.io documentation.

https://kubernetes.io/docs/tasks/administer-cluster/dns-debugging-resolution/

No comments:

Post a Comment