3-Node-Cluster there is no connection possible if the node with VIP goes down

On my 3-Node-Cluster there is no connection possible if the node with VIP goes down.

While the node is up I can send my curl request to all nodes and have an answer, except X-Forwarded-For & X-Real-Ip is only correct when hitting the node with the VIP.

Is there something that can be done

I figured out it just takes a while until the other node takes over, but the possible problem with X-Forwarded-For & X-Real-Ip still exists

Thats solved with:

kubectl scale deployment -n kube-system traefik --replicas 3

and use keepalived for a floating IP.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.