From ea0da2049d9534b749acae37e05d7fa7e492ce64 Mon Sep 17 00:00:00 2001 From: Trekkie <111065900+TrekkieCoder@users.noreply.github.com> Date: Tue, 26 Nov 2024 22:25:15 +0900 Subject: [PATCH] PR - Updated projects.md to include loxilb project (#945) * Update projects.md * Update projects.md --------- Co-authored-by: Ramit Surana --- docs/projects/projects.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/projects/projects.md b/docs/projects/projects.md index f73b8d2c6..3f6f8950b 100644 --- a/docs/projects/projects.md +++ b/docs/projects/projects.md @@ -441,6 +441,7 @@ Projects * [HAProxy Ingress](https://github.com/jcmoraisjr/haproxy-ingress) * [k8gb](https://www.k8gb.io/) - A cloud native Kubernetes Global Balancer * [Linode NodeBalancer Ingress](https://github.com/linode/linode-cloud-controller-manager) +* [LoxiLB](https://github.com/loxilb-io/loxilb) - eBPF based cloud-native load-balancer for any Kubernetes environments. * [MetalLB](https://metallb.universe.tf/) - load-balancer implementation for bare metal Kubernetes clusters, using standard routing protocols. * [Porter](https://github.com/kubesphere/porter) - a load balancer which is designed for a bare metal Kubernetes cluster. It's implemented by physical switch, and uses BGP and ECMP to achieve optimal performance and HA. * [PureLB](http://purelb.io) - open-source load-balancer orchestrator for Kubernetes clusters. It uses standard Linux networking and routing protocols, and works with the operating system to announce service addresses.