GitHub user lhotari added a comment to the discussion: DNS

@sindhushreem25 In Kubernetes, the [Pod's DNS 
config's](https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-dns-config)
 `ndots` option value will also impact how names are attempted to be resolved.
What is your `ndots` value on your client side? 

You can find out the effective configuration in the `/etc/resolv.conf` file in 
the pod. For example with

```
kubectl exec -it some-pod -- cat /etc/resolv.conf
```

Sharing that detail could also help in reproducing your problem. The more 
context, the better.

GitHub link: 
https://github.com/apache/pulsar/discussions/24030#discussioncomment-12385743

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]

Reply via email to