-
|
After a lot of trying I setup keepalived to have a floating IP. Adding this IP in Sadly it doesn't show up when running For the whoami app its already working correct but who knows in which problems I might run later ... |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Why would you expect the traefik service's ClusterIP show up as a node ExternalIP? These things are in no way related. Did you want to set Please read the documentation: https://docs.k3s.io/cli/agent#networking If you are using some other LB controller to manage a floating VIP for a LoadBalancer service, that STILL would not show up as a node IP. |
Beta Was this translation helpful? Give feedback.
Kubernetes knows nothing about any floating VIPs you have configured on your host, outside of Kubernetes.
"External IPs" are public IPs assigned to the node. Normally this would be in an environment like EC2 or GCS, where the interface on the host has a private "internal IP", and then is assigned a publicly routable "external IP" address that it can be reached at from the internet.
If you want floating IPs that are integrated into Kubernetes, use one of the Kubernetes LB controllers that I previously mentioned.