haproxytech / kubernetes-ingress

HAProxy Kubernetes Ingress Controller
https://www.haproxy.com/documentation/kubernetes/
Apache License 2.0
704 stars 199 forks source link

Bounded load consistent hashing algorithm #53

Open ameyap13 opened 5 years ago

ameyap13 commented 5 years ago

Hey,

The documentation mentions consistent hashing as one of the LB algorithm but there is no config option for hash-balance-factor to support bounded load consistent hashing. Will this feature be enabled in future releases ?

http://cbonte.github.io/haproxy-dconv/1.9/configuration.html#4.2-hash-balance-factor

oktalz commented 5 years ago

Hi @ameyap13,

We need support for hash-type annotation, then I believe we will have everything needed.