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
But, as if I set workload4's Pods to fail, I keep getting 503 status replies, instead of failing over to workload2's Pods
I guess I'm missing something important, here.
Thanks in advance!
You should also let envoy know how to determine that a certain backend is unhealthy for the failover to kick-in. You can achieve this using either Active or Passive healthchecks in BackendTrafficPolicy applied to the tobackend route:
Description:
I'd like to implement failover in case of unhealty backend workload for an HTTPRoute.
Scenario:
I'm using v0.0.0-latest Helm Chart version and I've set config.envoyGateway.extensionApis.enableBackend=true
I tried this HTTPRoute
And these Backends
But, as if I set workload4's Pods to fail, I keep getting 503 status replies, instead of failing over to workload2's Pods
I guess I'm missing something important, here.
Thanks in advance!
Relevant Links:
Enable Backend
The text was updated successfully, but these errors were encountered: