- Home
- All questions
- Question 790
CKA study material · question 790 of 1000
Cluster DNS has stopped working. Which two checks does the troubleshooting guide begin with? Choose two.
Show the answer
Answer: A. That the CoreDNS Pods are Running
B. That the kube-dns Service has endpoints
The guide checks that the DNS Pods are running and that the Service fronting them has endpoints — a Service with none resolves nothing, however healthy the Pods look.
Source: Debugging DNS Resolution (Kubernetes) — Check if the DNS pod is running