How to Install fair in Ubuntu 18.04



Install fair by entering the following commands in the terminal:

sudo apt update
sudo apt install fair

Description:

high availability load balancer for TCP connections

Fair is a system for implementing load balancers; it consists of two daemons: carrousel and transponder. Carrousel, which performs load balancing services, typically runs on a load balancer; transponder runs on the servers. . Fair understands network topologies where one node is reachable via more than one IP address; this allows not only the servers, but the network to be redundant as well. This distinguishes fair from other load balancers.

Version: 0.5.3-2

Section: universe/net