Skip to content

WilliamOtieno/yalb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YALB (Yet Another Load Balancer) Documentation

Installation

  • Build from source using go build -v . from the root dir.

Configuration

  • Config file is written in yaml
  • Have YALB_CONFIG environment variable that should be a path to your .yaml config
  • An example config can be here

Features

Common Load-balancing algorithms:

  • round-robin

  • least-connections

Healthcheck support

  • Add an endpoint say /ping that returns 200 OK on GET

Usage

Get the binary using the instructions here:

  • export YALB_CONFIG=/path/to/your/configfile.yaml && ./yalb

About

Yet Another Load Balancer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages