Skip to content

mdnix/l4-loadbalancer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

l4-loadbalancer

A simple L4 loadbalancer written in Go

Features

  • Layer 4 load balancing
  • Passive healthchecks
  • Roundrobin selection
  • Scalable connection handling due to go routines
  • Race free due to use of mutexes and atomic operations
  • Add ability to define multiple listeners
  • Read from YAML config file

TODO

  • Add leastconn algorithm
  • Add service discovery

About

A simple L4 loadbalancer written in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages