You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TCP DNS Server doesn't accept requests over TCP from client pod in Istio and Istio Booking example. It also rejects TCP DNS requests from other pods on the same node of cluster.
Descrpition
TCP DNS Server doesn't accept requests over TCP from client pod in Istio and Istio Booking example. It also rejects TCP DNS requests from other pods on the same node of cluster.
Error from neighbour pod
dig @10.244.1.76 productpage.default.svc.cluster.local +tcp ;; communications error to 10.244.1.76#53: connection reset
Steps to reproduce
Istio-booking
examplecluster2
dig
on autoscale-endpoint usingapk add bind-tools
dig @NSE_POD_IP productpage.default.svc.cluster.local +tcp
NSE_POD_IP
means pod ip of cmd-nse-l7-proxy oncluster2
The text was updated successfully, but these errors were encountered: