How do I automatically update ipvs information?

4/20/2020

I am using kubernetes and using kube-proxy mode as ipvs(scheduler: lc).

ipvsadm table information is not updated when pod is increased(replicas).

Therefore, in order to load balance with the new pod, the service must be deleted and regenerated.

Is there a way to automatically renew ipvs without recreating the service?

-- 김관응
ipvs
kube-proxy
kubernetes

0 Answers