Kubernetes help
# │forum
r
Help me understand something please... I have K3S up and running and several apps deployed. But I dont understand how load balancing works. I have a IP/Port exposed on all the nodes and sure enough I can hit them separately and it gets to my deployed POD which is running on one of those nodes. When I have worked with LB's in the past it was hit 1 IP and destination on 1-n deployed apps (1 to many). But this LB scheme seems to expose IP on all the nodes and route to deployed app. Reverse LB (many to 1)? The LB has a separate 10.x.x.x IP address of course I cant get to that externally but the PODs can reach that (1 to many, or many to many).