diff --git a/site-src/implementations.md b/site-src/implementations.md index 410de8c4cc..978b2280ba 100644 --- a/site-src/implementations.md +++ b/site-src/implementations.md @@ -35,6 +35,7 @@ cover, and documentation to help users get started. - [Kong][10] (GA) - [Kuma][11] (GA) - [LiteSpeed Ingress Controller][19] +- [LoxiLB][35] (beta) - [NGINX Gateway Fabric][12] (GA) - [ngrok][33] (preview) - [STUNner][21] (beta) @@ -89,6 +90,7 @@ cover, and documentation to help users get started. [32]:#haproxy-kubernetes-ingress-controller [33]:#ngrok-kubernetes-operator [34]:#airlock-microgateway +[35]:#loxilb [gamma]:/concepts/gamma/ @@ -409,6 +411,19 @@ The [LiteSpeed Ingress Controller](https://litespeedtech.com/products/litespeed- - [Gateway specific documentation](https://docs.litespeedtech.com/cloud/kubernetes/gateway). - Full support is available on the [LiteSpeed support web site](https://www.litespeedtech.com/support). +### LoxiLB + +[kube-loxilb][kube-loxilb-gh] is a [LoxiLB's][loxilb-org] implementation of Gateway API and kubernetes service load-balancer spec which includes support for load-balancer class, advanced IPAM (shared or exclusive) etc. kube-loxilb manages Gateway API resources with [LoxiLB][loxilb-gh] as L4 service LB and [loxilb-ingress][loxilb-ingress-gh] for Ingress(L7) resources. + +Follow the [quickstart guide][loxigw-guide] to get LoxiLB running with Gateway API in a few simple steps. + +[loxilb-home]:https://loxilb.io/ +[loxilb-org]:https://github.com/loxilb-io +[loxilb-gh]:https://github.com/loxilb-io/loxilb +[kube-loxilb-gh]:https://github.com/loxilb-io/kube-loxilb +[loxilb-ingress-gh]:https://github.com/loxilb-io/loxilb-ingress +[loxigw-guide]:https://docs.loxilb.io/latest/gw-api/ + ### NGINX Gateway Fabric [![Conformance](https://img.shields.io/badge/Gateway%20API%20Conformance%20v1.1.0-NGINX Gateway Fabric-green)](https://github.com/kubernetes-sigs/gateway-api/blob/main/conformance/reports/v1.1.0/nginxinc-nginx-gateway-fabric)