load balancers (ELB) need the ability to access /healthz without redirect. Currently, health check traffic from ELB does not include X-Forwarded-Proto which results in automatic redirect, causing issues.
options include:
move healthz to its own router to prevent auto-redirect middleware
enable healthz from a different port
add /rpc/healthz which is not subject to redirect
The text was updated successfully, but these errors were encountered:
load balancers (ELB) need the ability to access
/healthzwithout redirect. Currently, health check traffic from ELB does not include X-Forwarded-Proto which results in automatic redirect, causing issues.options include:
The text was updated successfully, but these errors were encountered: