Azure kubernetes service (AKS) , load balancer with least Connection

323 Views Asked by At

I need to make a load balancer that works based on the "Least Connection" , here is the documentation on the Kubernetes website : https://kubernetes.io/docs/concepts/services-networking/_print/#proxy-mode-ipvs

Look like I need to use IPVS (proxy mode) and then the below option:

lc: least connection (smallest number of open connections)

but I can't get it done, (I'm using AKS 1.20.7)

My Question: How to start the kube-proxy in IPVS proxy mode?

0

There are 0 best solutions below