narrow-rose-43035
10/12/2023, 7:29 AMkubectl exec -ti dnsutils -- nslookup kubernetes.default
;; connection timed out; no servers could be reached
command terminated with exit code 1
kubectl exec -ti dnsutils -- cat /etc/resolv.conf
nameserver 10.43.0.10
search default.svc.cluster.local svc.cluster.local cluster.local COMPANY_DOMAIN_NAME
options ndots:5
Any thoughts on this?