unload icon indicating copy to clipboard operation
unload copied to clipboard

gRPC load balancer (h2c) + Kubernetes controller

trafficstars

UNMAINTAINED, PLEASE SEE OTHER ALTERNATIVES BELOW

Unload

GoDoc Build Status

Minimal gRPC load balancer (h2c - h2 without TLS) that can be used for internal traffic.

The author has repurposed the life of this project, it was originally a generic load balancer.

How-to

  • Deploy to Kubernetes
  • Develop

Notes

For protocol specifics (negotiation, stream, frames processing or data encoding) please head here and here.