Skip to content

kedarnathpc/load-balancer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Load Balancer using Golang

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributing

About The Project

This project implements a simple Load Balancer using Golang, reverse proxy, and Docker. The load balancer distributes incoming network traffic across multiple backend servers to ensure optimal resource utilization and maintain high availability.

Built With

  • Golang
  • Docker

Getting Started

Prerequisites

Following are the prerequsites for the project.

  • Golang
  • Docker
  • Docker-compose

Installation

Below are the steps of installation.

  1. Clone the repo
    git clone https://github.com/kedarnathpc/load-balancer
  2. Build the Docker images
    docker-compose build    
    
  3. Run the Docker containers
    docker-compose up -d

Usage

  • Access the load balancer at http://localhost:8080.
  • Add or modify backend servers in the files as needed.

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

About

Minimal Load balancer make using Go

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors