Skip to content

Load Balancing & Service Discovery

mayank jaglan edited this page Feb 3, 2017 · 9 revisions

For Load Balancing Purpose the choice of standard tool like HAProxy is taken into consideration. HAProxy or High Availability Proxy is an open source software TCP/HTTP Load Balancer and proxying solution. It is used to improve the performance and reliability of a server environment by distributing the workload across multiple servers.

For building Service Discovery capabilities, the choice of HashiCorp's Consul system is taken into consideration. For running the experiments, a system of 1 server and 2 agents is built on ec2 platforms.

Clone this wiki locally