emissary-ingress / emissary

open source Kubernetes-native API gateway for microservices built on the Envoy Proxy
https://www.getambassador.io
Apache License 2.0
4.32k stars 684 forks source link

Ambassador not working on eks. #3893

Open muraliedupuganti opened 2 years ago

muraliedupuganti commented 2 years ago

Describe the bug I am try in install and configure ambassador on eks cluster. we using ambassador in kubernetes build using kops. It is working good with public load balancer. On EKS, Ambassador pods deployed successfully. but public load balancer not able to send traffic to nodes where ambassador is running due to loadbalancer health check failure. Health check is returning 503:

To Reproduce Steps to reproduce the behavior: [ec2-user@ip-10-7-2-30 ~]$ curl http://localhost:32314/healthz -v

Expected behavior $ curl http://localhost:32284/healthz -v

Versions (please complete the following information):

Additional context Add any other context about the problem here.

vjdhama commented 2 years ago

Can you share how you have configured emissary-ingress/ambassador?

felix-dpg commented 2 years ago

The problem is as described here. https://github.com/emissary-ingress/emissary/issues/3894#issue-1034656091

cindymullins-dw commented 2 years ago

Hi @muraliedupuganti, if you're still having this issue please share configuration details here.