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
I have runing my gRPC services on Kubernetes in front using Envoy , Envoy exposed with aws Load balancer.
When am tring API with domain name http://aws-load-balancer-url.com , it is gettig below error,
error": "14 UNAVAILABLE: DNS resolution failed"
same time i try with witout http:// and url:port number, it is working (aws-load-balancer-url.com:80).
Same is happening when try with port-forwd , API getting ip:port number , at the same will not work http://ip , Envoy is working with port 80 , So it should get with http:// ,
what i need to make changes for getting with http.
The text was updated successfully, but these errors were encountered:
I have runing my gRPC services on Kubernetes in front using Envoy , Envoy exposed with aws Load balancer.
When am tring API with domain name http://aws-load-balancer-url.com , it is gettig below error,
error": "14 UNAVAILABLE: DNS resolution failed"
same time i try with witout
http://
and url:port number, it is working (aws-load-balancer-url.com:80
).Same is happening when try with port-forwd , API getting ip:port number , at the same will not work
http://ip
, Envoy is working with port 80 , So it should get withhttp://
,what i need to make changes for getting with http.
The text was updated successfully, but these errors were encountered: