This may help:
https://docs.nginx.com/nginx/admin-guide/high-availability/configuration-sharing/
Regards,
Jason
On Tue, Jan 30, 2024, 9:04 AM baalchina wrote:
> Hi, all. I had just deploy two nginx servers and made them high-available
> using keepalived. I tested it, and HA works fine.
>
> Bu
Have you tried configuring grpc timeouts on NGINX?
This combined with an upstream healthcheck should prevent any client
connections that aren't possible for NGINX to service.
https://nginx.org/en/docs/http/ngx_http_grpc_module.html#grpc_connect_timeout
https://docs.nginx.com/nginx/admin-guide/lo