Skip to content

Instantly share code, notes, and snippets.

@iNoahNothing
Created September 8, 2020 15:32
Show Gist options
  • Save iNoahNothing/8d6954a6316722598105e87493aafaac to your computer and use it in GitHub Desktop.
Save iNoahNothing/8d6954a6316722598105e87493aafaac to your computer and use it in GitHub Desktop.
LB Comparison
LB OSI Layer HTTP gRPC Websockets TLS Termination Load Balancing Algo X-Forwarded-* Can be Provisioned by K8s
AWS ELB L4 X X X X Round Robin X
AWS ELB L7 X X least outstanding requests X X
AWS NLB L4 X X X X Round Robin X
AWS ALB L7 X X X X Customizable X
GCP LB L4 X X X Round Robin X
GCP HTTPS L7 X X X X Utilization-based X X
AKS LB L4 X X X Round Robin X X
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment