On Sun, Sep 16, 2018 at 09:38:52AM -0300, Labs Ocozzi wrote: > Hi, i have a lab in my workstation, i like build 2 loadbalanced > servers.What is best technology(free and open) for > that, in debian? > I need a good material for a simple enveroment, setup.
Without more information, the best we can do is recommend a general loadbalancer like the one built into the Linux kernel, ipvs, perhaps managed by the Debian package ldirectord. It's very good. You will need to read the documentation carefully, but that's true for all load-balancing systems. -dsr-