TLS when using AWS NLB. Port 443 target group is unhealthy #3442
Replies: 1 comment 1 reply
-
Hey @moore-nathan, this looks like a question that's specific to Istio's implementation, mind asking there instead? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Trying to setup the kubernetes gateway api and use https on AWS with a NLB.
I want to have the NLB do the TLS termination as we are attaching the TLS cert to it from Certificate Manager. Doing this so far though the target group for the TLS:443 listener is
Unhealthy: Health checks failed
.I have already reviewed the security groups and even tested them with opening up all ports and sources, but still does not work.
Looking for assistance in resolving this issue.
Setting up the Gateway with the following annotations
Using the istio implementation, and the listeners HTTP and TLS with passthrough (also tried HTTPS without specifying tls). Ref:
v1.1.0
1.23.2
v2.9.1
1.30
Beta Was this translation helpful? Give feedback.
All reactions