Custom hash key for maglev lb #6128
Unanswered
BorshchevY
asked this question in
Q&A
Replies: 1 comment 3 replies
-
hey this is supported as a first class API field |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys!
We are on the way to replace Envoy Proxy with static configuration with Envoy Gateway in our k8s cluster.
But we need to deal with customization of the hash key for upstreams for maglev lb.
With static config we used a config like mentioned here - https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/upstream/load_balancing/load_balancers#maglev
` filter_metadata:
`
Is this a way to do something like this with Envoy Gateway API concept?
Our goal to have a consistent routing to the statefulset application instances while hashing upstream instances not by ip-addresses but by the custom key (hostname, for example).
Beta Was this translation helpful? Give feedback.
All reactions