Skip to content

Load Balancer with health checks

Published:

Table of contents

Open Table of contents

Intro

Simple round-robin load balancer with health checks implemented with Go, demo.
Source code is available on GitHub.

How to Use

Usage of ./load-balancer:
  -backends string
        Load balanced backends, use commas to separate
  -port int
        Port to serve (default 80)

Running Locally

Testing