-
|
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? Or is it Traefik related? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
If you have only a single pod, then you are dependent on the node where the pod is running being up. Have you tried scaling up your deployment for multiple replicas? This is just basic Kubernetes stuff. |
Beta Was this translation helpful? Give feedback.
-
|
After scaling its fine: But how do I make soure my internet router knows which of the nodes is up? But now with Kubernetes how is this part configured. |
Beta Was this translation helpful? Give feedback.
If you have only a single pod, then you are dependent on the node where the pod is running being up. Have you tried scaling up your deployment for multiple replicas?
This is just basic Kubernetes stuff.