0

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?

Farzad J
  • 1,089
  • 2
  • 14
  • 28
  • 1
    IPVS is currently not supported in AKS. Take a look at this thread for details: https://github.com/Azure/AKS/issues/1846. – Rick Rainey Aug 09 '21 at 13:43
  • Thanks @RickRainey , is there anyone to have a loadbalancer that redirect traffic to the pods with the least live connection in AKS? – Farzad J Aug 10 '21 at 09:22

0 Answers0