Skip to content

Commit b736684

Browse files
authored
Merge pull request #2201 from david-martin/kuadrant-gateway-api-impl
Add Kuadrant to integrations
2 parents 12dae80 + e249d7c commit b736684

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
@@ -29,10 +29,12 @@ Implementors and integrators of Gateway API are encouraged to update this docume
2929
- [WSO2 APK][25] (pre-alpha)
3030

3131
## Integration Status
32+
3233
- [Flagger][14] (public preview)
3334
- [cert-manager][15] (alpha)
3435
- [argo-rollouts][22] (alpha)
3536
- [Knative][24] (alpha)
37+
- [Kuadrant][26] (work in progress)
3638

3739
[1]:#acnodal-epic
3840
[2]:#apisix
@@ -59,6 +61,7 @@ Implementors and integrators of Gateway API are encouraged to update this docume
5961
[23]:#amazon-elastic-kubernetes-service
6062
[24]:#knative
6163
[25]:#wso2-apk
64+
[26]:#kuadrant
6265

6366
## Implementations
6467

@@ -355,3 +358,16 @@ cert-manager can generate TLS certificates for Gateway resources. This is config
355358

356359
[knative]:https://knative.dev/
357360
[knative-net-gateway-api]:https://github.com/knative-sandbox/net-gateway-api
361+
362+
### Kuadrant
363+
364+
[Kuadrant][kuadrant] is an open source multi cluster Gateway API controller that integrates with and provides policies to other Gateway API providers.
365+
366+
Kuadrant supports Gateway API for defining gateways centrally and attaching policies such as DNS, TLS, Auth and Rate Limiting that apply to all gateway instances in a multi cluster environment.
367+
Kuadrant works with Istio as the underlying gateway provider, with plans to work with other gateway providers such as Envoy Gateway.
368+
369+
For help and support with Kuadrant's implementation please feel free to [create an issue][kuadrant-issue-new] or ask for help in the [#kuadrant channel on Kubernetes slack][kuadrant-slack].
370+
371+
[kuadrant]:https://kuadrant.io/
372+
[kuadrant-issue-new]:https://github.com/Kuadrant/multicluster-gateway-controller/issues/new
373+
[kuadrant-slack]:https://kubernetes.slack.com/archives/C05J0D0V525

0 commit comments

Comments
 (0)