Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update implementations.md #3438

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions site-src/implementations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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/

Expand Down Expand Up @@ -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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tiny nit

Suggested change
[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.
[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.


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)
Expand Down