krapie / plumber

Plumber is a L7 load balancer from scratch in Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

plumber

Plumber is a L7 load balancer from scratch in Go.

Installation

# Clone the repository
git clone https://github.com/krapie/plumber.git

# Build the binary
cd plumber
make build

Usage

# Start the load balancer
./bin/plumber

For more usage, see USAGE.md.

Roadmap

See ROADMAP.md for more details.

About

Plumber is a L7 load balancer from scratch in Go.

License:Apache License 2.0


Languages

Language:Go 96.5%Language:Makefile 1.7%Language:Dockerfile 1.0%Language:Shell 0.8%