/plumber

Plumber is a L7 load balancer from scratch in Go.

Primary LanguageGoApache License 2.0Apache-2.0

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.