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
The nginx default keepalive timeout is 75s but let's also specify that explicitly in the code, maybe with a comment telling people that the lb timeout must be shorter than the nginx keepalive.
After this change, make sure that the nginx logs show the proper remote IP address, not an internal 10. address.
Make sure TLS still works properly.
The text was updated successfully, but these errors were encountered:
Thinking: currently we have wireguard VPN service using a NLB, wondering that if we can merge it into the new NLB for less cost, although it could be tricky.
Unfortunately I'm not sure we'll be able to since the LB is created dynamically by the ingress controller. You could see if there's a configuration option to specify an existing LB though.
The current setup uses ELB for the nginx ingress controller, but there would be some benefits to switching over to NLB:
The change should be straightforward, it will just require some testing.
These annotations need to be added to the ingress service:
The nginx default keepalive timeout is 75s but let's also specify that explicitly in the code, maybe with a comment telling people that the lb timeout must be shorter than the nginx keepalive.
After this change, make sure that the nginx logs show the proper remote IP address, not an internal
10.
address.Make sure TLS still works properly.
The text was updated successfully, but these errors were encountered: