How do I use a Node Balancer internally?

What's the suggested path for setting up a non-public facing Load Balancer?

A load balancer that sits between my containers in K8s, does automatic discovery service, etc.

To my current understanding, if I use a Node Balancers public IP, it will count against the traffic usage.

New to this!
Much appreciated

EDIT: I think I just realized this is built into K8's…

1 Reply

It looks like you’ve found how K8's handles this, as mentioned in their docs: Services, Load Balancing, and Networking | Kubernetes

If you want something different, you likely will have to roll out a solution of your own design. Having more specific details would help if you’re looking for suggestions.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct