Skip to content

Commit bdd64d2

Browse files
nik-netloxrobscott
andauthored
Update implementations.md (#3438)
* Update implementations.md Add LoxiLB Gateway API implementation * Update site-src/implementations.md Co-authored-by: Rob Scott <rob.scott87@gmail.com> --------- Co-authored-by: Rob Scott <rob.scott87@gmail.com>
1 parent e3dd995 commit bdd64d2

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

site-src/implementations.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ cover, and documentation to help users get started.
3636
- [Kong Gateway Operator][35] (GA)
3737
- [Kuma][11] (GA)
3838
- [LiteSpeed Ingress Controller][19]
39+
- [LoxiLB][36] (beta)
3940
- [NGINX Gateway Fabric][12] (GA)
4041
- [ngrok][33] (preview)
4142
- [STUNner][21] (beta)
@@ -91,6 +92,8 @@ cover, and documentation to help users get started.
9192
[33]:#ngrok-kubernetes-operator
9293
[34]:#airlock-microgateway
9394
[35]:#kong-gateway-operator
95+
[36]:#loxilb
96+
9497

9598
[gamma]:/concepts/gamma/
9699

@@ -422,6 +425,19 @@ The [LiteSpeed Ingress Controller](https://litespeedtech.com/products/litespeed-
422425
- [Gateway specific documentation](https://docs.litespeedtech.com/cloud/kubernetes/gateway).
423426
- Full support is available on the [LiteSpeed support web site](https://www.litespeedtech.com/support).
424427

428+
### LoxiLB
429+
430+
[kube-loxilb][kube-loxilb-gh] is [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.
431+
432+
Follow the [quickstart guide][loxigw-guide] to get LoxiLB running with Gateway API in a few simple steps.
433+
434+
[loxilb-home]:https://loxilb.io/
435+
[loxilb-org]:https://github.com/loxilb-io
436+
[loxilb-gh]:https://github.com/loxilb-io/loxilb
437+
[kube-loxilb-gh]:https://github.com/loxilb-io/kube-loxilb
438+
[loxilb-ingress-gh]:https://github.com/loxilb-io/loxilb-ingress
439+
[loxigw-guide]:https://docs.loxilb.io/latest/gw-api/
440+
425441
### NGINX Gateway Fabric
426442

427443
[![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)

0 commit comments

Comments
 (0)