Skip to content

How to know which IP to pick from Servicelb #11144

Closed Answered by brandond
wanGiB asked this question in Q&A
Discussion options

You must be logged in to vote

Check the docs: https://docs.k3s.io/networking/networking-services#how-servicelb-works

It's not a real loadbalancer. As the docs say, it just allows you to successfully create Services of type LoadBalancer, and ensures that the IPs of nodes hosting the LoadBalancer pods are published via the service status field. You can point DNS entries at one or all of the node IPs.

If you want a real Virtual IP for your LoadBalancer services, you should disable ServiceLB and deploy something else.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by brandond
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
Converted from issue

This discussion was converted from issue #11143 on October 21, 2024 19:35.