- Home
- All questions
- Question 873
CKA study material · question 873 of 1000
A Service name will not resolve from inside a Pod. Which lookup isolates cluster DNS itself as the problem?
Show the answer
Answer: B. nslookup kubernetes.default
The kubernetes Service should always resolve; if that lookup fails the fault is in DNS or kube-proxy rather than in the Service being investigated.
Source: Debug Services (Kubernetes) — Does any Service work by DNS name?