The /etc/resolv.conf in my containers show "default.svc.cluster.local", if I do an nslookup on one of my services, it shows {servicename}.default.svc.cluster.local. I was wondering what the 'svc' in the search path was referring to as I am doing an nslookup on the servicename already. I.e. is it not duplicated?
For the "cluster.local" part, how do you find the name of your cluster? I would like to know so that I can define it in my Helm template.