You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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>
Copy file name to clipboardExpand all lines: site-src/implementations.md
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,7 @@ cover, and documentation to help users get started.
36
36
-[Kong Gateway Operator][35] (GA)
37
37
-[Kuma][11] (GA)
38
38
-[LiteSpeed Ingress Controller][19]
39
+
-[LoxiLB][36] (beta)
39
40
-[NGINX Gateway Fabric][12] (GA)
40
41
-[ngrok][33] (preview)
41
42
-[STUNner][21] (beta)
@@ -91,6 +92,8 @@ cover, and documentation to help users get started.
91
92
[33]:#ngrok-kubernetes-operator
92
93
[34]:#airlock-microgateway
93
94
[35]:#kong-gateway-operator
95
+
[36]:#loxilb
96
+
94
97
95
98
[gamma]:/concepts/gamma/
96
99
@@ -422,6 +425,19 @@ The [LiteSpeed Ingress Controller](https://litespeedtech.com/products/litespeed-
422
425
-[Gateway specific documentation](https://docs.litespeedtech.com/cloud/kubernetes/gateway).
423
426
- Full support is available on the [LiteSpeed support web site](https://www.litespeedtech.com/support).
424
427
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.
0 commit comments