Skip to content
Discussion options

You must be logged in to vote

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.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@liszca
Comment options

@brandond
Comment options

Answer selected by liszca
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants