This blog moved to medium->https://medium.com/@cocoamaemae

Monday, March 12, 2018

Linux Load Balancer Comparison

Brief
Investigation and comparison of Linux Load Balancer

LVS(Linux Virtual Server)
Layer 4 load balancer (make it to possible to load balance by IP addresses)

LVS is a software which enable to make a Linux server a load balancer.

Haproxy
Layer 7 load balancer (make it to possible to load balance by URL or HTTP header)

Nginx
Layer 7 load balancer (make it to possible to load balance by URL or HTTP header)

Front End Development Tools

TaskRunner Tool executing multiple tasks by only one execution. Tasks are like CSS preprocessor, Transpire, Module Bundler, etc... e.g. ...