The GitHub Load Balancer (GLB) Director is a set of components that provide a scalable set of stateless Layer 4 load balancer servers capable of line rate packet processing in bare metal datacenter environments, and is used in production to serve all traffic from GitHub’s datacenters.
GLB Director is designed to be used in datacenter environments where multiple servers can announce the same IP address via BGP and have network routers shard traffic amongst those servers using ECMP routing. While ECMP shards connections per-flow using consistent hashing, addition or removal of nodes will generally cause some disruption to traffic as state isn’t stored for each flow.
A split L4/L7 design is typically used to allow the L4 servers to redistribute these flows back to a consistent server in a flow-aware manner. GLB Director implements the L4 (director) tier of a split L4/L7 load balancer design.
GLB Director has a number of components that work together with other infrastructure components to create a complete load balancer.
Website: github.com/github/glb-director
Support:
Developer: GitHub
License: BSD 3-Clause (a few components are listed under GNU General Public License Version 2)
GLB Director is written in C. Learn C with our recommended free books and free tutorials.
Related Software
| Load Balancers | |
|---|---|
| Traefik | Modern HTTP reverse proxy and load balancer |
| HAProxy | High availability layer 7 load balancer and proxy server for TCP and HTTP |
| Cilium | eBPF-based Networking, Observability, Security |
| nginx | Includes a L7 load balancer |
| RoadRunner | High-performance PHP application server, load balancer, and process manager |
| fabio | Fast, modern, zero-conf load balancing HTTP(S) and TCP router |
| BFE | Modern L7 load balancer |
| Envoy | High-performance edge and service proxy built for cloud-native applications |
| APISIX | Real-time API gateway with routing, security and extensive plugin support |
| gobetween | Modern and minimalistic L4 load balancer and reverse-proxy |
| MetalLB | Adds external network service support to bare-metal Kubernetes clusters |
| Seesaw | Linux Virtual Server (LVS) based load balancing platform. L4 load balancer |
| Skipper | HTTP router and reverse proxy with flexible filters and route matching |
| LoxiLB | Cloud-native networking proxy with eBPF acceleration and observability |
| kube-vip | Provides virtual IPs and service networking across Kubernetes clusters |
| nuster | High-performance HTTP proxy cache server and HTTP/TCP load balancer |
| GLB Director | Set of stateless L4 load balancer servers |
| Balance | Generic TCP proxy with round robin load balancing and failover capabilities |
Read our verdict in the software roundup.
Explore our carefully curated directory of recommended free and open source software, covering every major software category.The directory forms part of our extensive collection of articles for Linux enthusiasts. It includes hundreds of detailed reviews, together with free and open source alternatives to proprietary software from companies such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. LinuxLinks also covers interesting projects worth exploring, Linux-compatible hardware, free programming books and tutorials, and much more. Know a useful free and open source Linux application that we haven’t covered? Tell us about it using our submission form. |


Please read our Comment Policy before commenting.