Description
Kube-OVN Version
1.13.2
Description
We encountered an issue with a load balancer rule on a Kubernetes cluster. The load balancer was configured to route traffic to a specific VIP. Everything worked fine until the router pods were restarted. After the restart, connectivity to the VIP broke, and the load balancer rule no longer functioned as expected.
To resolve the issue, we updated the VIP to a new IP address. This triggered an update to the load balancer rule, and the pods were recreated to point to the new VIP. After this, connectivity was restored, and everything worked as expected.
It seems like the logic behind the load balancer rule broke at some point, but the issue only became apparent after the pod restarts terminated the existing connections.
What could cause a load balancer rule to stop functioning after pod restarts, and how to prevent this from happening in future?