onestraw / golb

:octopus: Yet another load balancer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go LB

Build Status Go Report Card Coverage Status godoc

Yet another load balancer golb

Features

  • roundrobin: smooth weighted roundrobin method
  • chash: cosistent hashing method
  • balancer: multiple LB instances, passive health check, SSL offloading
  • controller: dynamic configuration, REST API to start/stop/add/remove LB at runtime
  • service discovery: autodiscover backend services with etcd or consul
  • statistics: HTTP method/path/code/bytes
  • conf: yaml and json configuration

Examples

LICENSE

MIT License

Copyright (c) 2018 Larry He

About

:octopus: Yet another load balancer

License:MIT License


Languages

Language:Go 98.2%Language:Makefile 0.9%Language:Shell 0.8%