load-balancing.md

July 15, 2021 · View on GitHub

Bookmarks tagged [load-balancing]

www.codever.land/bookmarks/t/load-balancing

Application Capacity Optimizations with Global Load Balancing

https://cloud.google.com/solutions/about-capacity-optimization-with-global-lb

Most load balancers use a round-robin or flow-based hashing approach to distribute traffic. However, load balancers that use this approach can have difficulty adapting when demand spikes beyond availa...


HTTP(s) load balancing with Ingress

https://cloud.google.com/kubernetes-engine/docs/concepts/ingress

In Google Kubernetes Engine, an Ingress object defines rules for routing external HTTP(S) traffic to applications running in a cluster. An Ingress object is associated with one or more Service objects...


HTTP(S) Load Balancing Concepts

https://cloud.google.com/load-balancing/docs/https/

This document introduces the concepts you need to understand to configure HTTP or HTTPS Load Balancing.


Configuring load balancing through Ingress

https://cloud.google.com/kubernetes-engine/docs/how-to/load-balance-ingress

This page shows how to configure an HTTP(S) load balancer by creating a Kubernetes Ingress object. An Ingress object must be associated with one ...


Load Balancing and Reverse Proxying for Kubernetes Services

https://medium.com/@chamilad/load-balancing-and-reverse-proxying-for-kubernetes-services-f03dd0efe80

In this post, I’m going to tackle a topic that any K8s novice would start to think about, once they have cleared the basic concepts. **How would one go about exposing the services deployed inside a K8...


NGINX Ingress Controller Home Page

https://kubernetes.github.io/ingress-nginx/

This repository contains the NGINX controller built around the Kubernetes Ingress resource that uses [ConfigMap](https://kubernetes.io/docs/tasks/confi...


Kubernetes NodePort vs LoadBalancer vs Ingress? When should I use what?

https://medium.com/google-cloud/kubernetes-nodeport-vs-loadbalancer-vs-ingress-when-should-i-use-wha...

Recently, someone asked me what the difference between NodePorts, LoadBalancers, and Ingress were. They are all different ways to get external traffic into your cluster, and they all do it in differen...


Avi Networks - Software Load Balancer | Intelligent WAF | Elastic Service Mesh

https://avinetworks.com/

Software Load Balancer | Intelligent WAF | Elastic Service Mesh](https://avinetworks.com/)


AWS ALB Ingress Controller

https://github.com/kubernetes-sigs/aws-alb-ingress-controller

AWS ALB Ingress Controller for Kubernetes. Contribute to kubernetes-sigs/aws-alb-ingress-controller development by creating an account on GitHub.


Cloudflare Warp Ingress

https://github.com/cloudflare/cloudflare-ingress-controller

A Kubernetes ingress controller for Cloudflare's Argo Tunnels - cloudflare/cloudflare-ingress-controller


Contour

https://github.com/heptio/contour

Kubernetes ingress controller for Lyft's Envoy proxy


F5 Big IP Controller

https://github.com/F5Networks/k8s-bigip-ctlr

Repository for F5 BIG-IP Controller for Kubernetes. - F5Networks/k8s-bigip-ctlr


Gimbal

https://github.com/heptio/gimbal

Platform capable of routing traffic to multiple Kubernetes and OpenStack clusters


Gloo - Envoy-based API gateway and ingress controller

https://github.com/solo-io/gloo

An Envoy-Powered API Gateway. Contribute to solo-io/gloo development by creating an account on GitHub.


HAProxy Ingress

https://github.com/jcmoraisjr/haproxy-ingress

HAProxy Ingress controller. Contribute to jcmoraisjr/haproxy-ingress development by creating an account on GitHub.


Linode NodeBalancer Ingress

https://github.com/linode/linode-cloud-controller-manager

Kubernetes Cloud Controller Manager for Linode. Contribute to linode/linode-cloud-controller-manager development by creating an account on GitHub.


MetalLB

https://metallb.universe.tf/

load-balancer implementation for bare metal Kubernetes clusters, using standard routing protocols.


NGINX Ingress Controller

https://github.com/kubernetes/ingress-nginx

NGINX Ingress Controller for Kubernetes. Contribute to kubernetes/ingress-nginx development by creating an account on GitHub.


Nginx Plus

http://www.nginx.com/blog/load-balancing-kubernetes-services-nginx-plus/

Learn how to use NGINX Plus as an advanced Layer 7 load-balancing solution for exposing Kubernetes services to the Internet.


Skipper

https://github.com/zalando/skipper

HTTP router and reverse proxy for service composition, including use cases like Kubernetes Ingress


Traefik

http://traefik.io/


Voyager - Secure HAProxy based Ingress Controller

https://github.com/appscode/voyager

🚀 Secure HAProxy Ingress Controller for Kubernetes - appscode/voyager


Yggdrasil - Envoy Control Plane for Kubernetes Multi-cluster Ingress

https://github.com/uswitch/yggdrasil

Envoy Control Plane for Kubernetes Multi-cluster Ingress - uswitch/yggdrasil


GitHub - Netflix/ribbon

https://github.com/Netflix/ribbon

Ribbon is a Inter Process Communication (remote procedure calls) library with built in software load balancers. The primary usage model involves REST calls with various serialization scheme support. -...