Check internal DNS resolution using the full service name.
Section: DNS and Ingress
Resolve a service from inside a pod
bash
bash
kubectl exec -it <pod> -n <namespace> -- nslookup <service>.<namespace>.svc.cluster.localLearn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing DNS and Ingress
Launch a temporary DNS utility pod
Create an interactive pod for nslookup and dig style checks.
Resolve a service with getent
Alternate DNS check inside Linux-based containers.