Replies: 1 comment 6 replies
|
I went ahead and added 200 healthcheck via the following: I'm wondering if this is the solution? |
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I'm looking in setup AWS ALB + Envoy Gateway where the ALB can terminate and Envoy Gateway can route the traffic. We have decided in migrating our services of
ingress-nginxto Envoy Gateway but it's proving difficult at least in this front. I'm still unclear on how to do this and on my AWS ALB I am receiving "Unhealthy: healthcheck failing". This is my setup:I'm positive the Service that I'm using is wrong and the
HTTPRouteFilterwith theHTTPRouteis unnecessary since I'm trying to receive a 200 request. There's not much documentation online on doing this so I would appreciate any help.[UPDATE]
Looks like I resolved the issue with the following:
The only issue now the health check. The Targets in my Target Group of AWS ALB are giving:
Unhealthy: Health checks failed with these codes: [404].What healthcheck should we use to make this green?
All reactions