Skip to content

Latest commit

 

History

History
163 lines (138 loc) · 10.8 KB

load-balancing.md

File metadata and controls

163 lines (138 loc) · 10.8 KB

Bookmarks tagged [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...


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...


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

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


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 ...


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...


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...


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...


https://avinetworks.com/

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


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.


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

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


https://github.com/heptio/contour

Kubernetes ingress controller for Lyft's Envoy proxy


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

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


https://github.com/heptio/gimbal

Platform capable of routing traffic to multiple Kubernetes and OpenStack clusters


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

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


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

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


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.


https://metallb.universe.tf/

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


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

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


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.


https://github.com/zalando/skipper

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


http://traefik.io/


https://github.com/appscode/voyager

🚀 Secure HAProxy Ingress Controller for Kubernetes - appscode/voyager


https://github.com/uswitch/yggdrasil

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


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. -...