Skip to content

Commit c8cf3c3

Browse files
authored
Merge pull request #1529 from rperper/patch-1
chore: cleanup litespeed section on implementations page
2 parents c1a3287 + 6ff337f commit c8cf3c3

File tree

1 file changed

+22
-9
lines changed

1 file changed

+22
-9
lines changed

site-src/implementations.md

Lines changed: 22 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@ Implementors and integrators of Gateway API are encouraged to update this docume
1515
- [Envoy Gateway][18] (alpha)
1616
- [Flomesh Service Mesh][17] (work in progress)
1717
- [Gloo Edge 2.0][5] (work in progress)
18-
- [Google Kubernetes Engine][6] (GA)
18+
- [Google Kubernetes Engine][6] (public preview)
1919
- [HAProxy Ingress][7] (alpha)
2020
- [HashiCorp Consul][8]
2121
- [Istio][9] (beta)
2222
- [Kong][10] (beta)
2323
- [Kuma][11] (alpha)
24+
- [LiteSpeed Ingress Controller][19]
2425
- [NGINX Kubernetes Gateway][12]
2526
- [Traefik][13] (alpha)
2627

@@ -46,6 +47,8 @@ Implementors and integrators of Gateway API are encouraged to update this docume
4647
[16]:#cilium
4748
[17]:#flomesh-service-mesh-fsm
4849
[18]:#envoy-gateway
50+
[19]:#litespeed-ingress-controller
51+
4952
## Implementations
5053

5154
In this section you will find specific links to blog posts, documentation and other Gateway API references for specific implementations.
@@ -150,15 +153,17 @@ Gloo Edge 2.0 is an Istio-native, fully-featured Envoy based API gateway that br
150153

151154
### Google Kubernetes Engine
152155

153-
[Google Kubernetes Engine (GKE)][gke] is a managed Kubernetes platform offered
154-
by Google Cloud. GKE's implementation of the Gateway API is through the [GKE
155-
Gateway controller][gke-gateway] which provisions Google Cloud Load Balancers
156-
for Pods in GKE clusters.
156+
[Google Kubernetes Engine (GKE)][gke] is a managed Kubernetes platform
157+
offered by Google Cloud. GKE's implementation of the Gateway API is through the
158+
[GKE Gateway controller][gke-gateway] (currently in Preview) which provisions
159+
Google Cloud Load Balancers for Pods in GKE clusters.
160+
161+
The GKE Gateway controller supports weighted traffic splitting, mirroring,
162+
advanced routing, multi-cluster load balancing and more. See the docs to deploy
163+
[private or public Gateways][gke-gateway-deploy] and also [multi-cluster Gateways][gke-multi-cluster-gateway].
157164

158-
The GKE Gateway controller supports weighted traffic splitting, mirroring,
159-
advanced routing, multi-cluster load balancing and more. See the docs to deploy
160-
[private or public Gateways][gke-gateway-deploy] and also [multi-cluster
161-
Gateways][gke-multi-cluster-gateway].
165+
If you have questions about the GKE Gateway controller or feedback you want to
166+
share, contact [[email protected]](mailto:[email protected]).
162167

163168
[gke]:https://cloud.google.com/kubernetes-engine
164169
[gke-gateway]:https://cloud.google.com/kubernetes-engine/docs/concepts/gateway-api
@@ -223,6 +228,14 @@ Kuma is actively working on an implementation of Gateway API specification for t
223228
[kuma]:https://kuma.io
224229
[kuma-1]:https://kuma.io/docs/latest/explore/gateway-api/
225230

231+
### LiteSpeed Ingress Controller
232+
233+
The [LiteSpeed Ingress Controller](https://litespeedtech.com/products/litespeed-web-adc/features/litespeed-ingress-controller) uses the LiteSpeed WebADC controller to operate as an Ingress Controller and Load Balancer to manage your traffic on your Kubernetes cluster. It implements the full core Gateway API including Gateway, GatewayClass, HTTPRoute and ReferenceGrant and the Gateway functions of cert-manager. Gateway is fully integrated into the LiteSpeed Ingress Controller.
234+
235+
- [Product documentation](https://docs.litespeedtech.com/cloud/kubernetes/).
236+
- [Gateway specific documentation](https://docs.litespeedtech.com/cloud/kubernetes/gateway).
237+
- Full support is available on the [LiteSpeed support web site](https://www.litespeedtech.com/support).
238+
226239
### NGINX Kubernetes Gateway
227240

228241
[NGINX Kubernetes Gateway][nginx-kubernetes-gateway] is an open-source project that provides an implementation of the Gateway API using [NGINX][nginx] as the data plane. The goal of this project is to implement the core Gateway API -- Gateway, GatewayClass, HTTPRoute, TCPRoute, TLSRoute, and UDPRoute -- to configure an HTTP or TCP/UDP load balancer, reverse-proxy, or API gateway for applications running on Kubernetes. NGINX Kubernetes Gateway is currently under development and supports a subset of the Gateway API.

0 commit comments

Comments
 (0)