Skip to content
This repository was archived by the owner on Aug 7, 2026. It is now read-only.

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

3 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages