Question
Load balancing for several ports in the same server
It is possible to create a load balancer to balance the requests to the same server that is listening in different ports?
I have a server that runs several instances of a daemon that offer data to some clients using a range of ports (e.g: 9000, 9001, 9002 and 9003). I would like a load balancer that using the same external port (e.g: 9000) connects to any of the ports of the same server. Is it possible?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×