Skip to content

prashplus/load-balancer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Load Balancer Solutions Repository

This repository contains examples of software-based load balancer solutions using different technologies. Each solution is containerized with Docker for easy testing.

Solutions

  1. Custom Go Load Balancer: A Round Robin Load Balancer implemented in Go.
  2. Nginx Load Balancer: Standard Nginx configuration for load balancing.
  3. HAProxy Load Balancer: Standard HAProxy configuration for load balancing.

Prerequisites

  • Docker
  • Docker Compose

Quick Start (General)

Navigate to the directory of the solution you want to test and run:

docker-compose up -d

The Load Balancer will generally be available at http://localhost:8000.

See specific READMEs in each directory for more details.

About

Test various types of SaaS based Load Balancers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published