Baoyuantop commented on issue #540:
URL: 
https://github.com/apache/apisix-helm-chart/issues/540#issuecomment-4205354048

   The etcd DNS resolution failure (`connection refused` or DNS errors) is 
typically a Kubernetes environment configuration issue (CoreDNS, network 
policies, etc.) rather than a Helm chart defect. The chart correctly configures 
the etcd service endpoint.
   
   Please verify:
   1. CoreDNS is running: `kubectl get pods -n kube-system -l k8s-app=kube-dns`
   2. DNS resolution works: `kubectl run tmp --rm -i --restart=Never 
--image=busybox -- nslookup apisix-etcd.your-namespace.svc`
   3. Network policies are not blocking traffic
   
   Closing as this is an environment configuration issue. If you still 
experience this with the current chart version, please feel free to reopen with 
your environment details.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to