Skip to content

alidn/Yalp

Repository files navigation

codecov github actions

Yalp

Yalp is a simple load balancer written in Go. It supports Round-Robin and Session Persistence algorithms with session persistence.

Usage

You can change the configurations in the config.yaml file (see this for an example)

Docker

docker build -t balancer .

docker run --name balancer -p:9000:9000 balancer

Note that you have to expose port 9000

Using Go

go build main.go

./main

About

A simple load balancer

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published