Skip to content

Commit 1ef70dd

Browse files
authored
Doc update to kgateway (#3737)
* Doc update to kgateway - Revise description that had a typo - Update the badge based on [successful test report](https://github.com/kubernetes-sigs/gateway-api/blob/main/conformance/reports/v1.2.1/kgateway/v2.0.0-report.yaml) * Add GA * add GA
1 parent 7030481 commit 1ef70dd

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

site-src/implementations.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ cover, and documentation to help users get started.
3232
- [HAProxy Kubernetes Ingress Controller][32] (GA)
3333
- [HashiCorp Consul][8]
3434
- [Istio][9] (GA)
35-
- [kgateway][37]
35+
- [kgateway][37] (GA)
3636
- [Kong Ingress Controller][10] (GA)
3737
- [Kong Gateway Operator][35] (GA)
3838
- [Kuma][11] (GA)
@@ -362,11 +362,13 @@ Check out the [Gateway API task][istio-2] for more information about the Gateway
362362
[istio-2]:https://istio.io/latest/docs/tasks/traffic-management/ingress/gateway-api/
363363

364364
### kgateway
365-
[![Conformance](https://img.shields.io/badge/Gateway%20API%20Partial%20Conformance%20v1.2.1-kgateway-orange)](https://github.com/kubernetes-sigs/gateway-api/blob/main/conformance/reports/v1.2.1/kgateway)
365+
[![Conformance](https://img.shields.io/badge/Gateway%20API%20Conformance%20v1.2.1-kgateway-green)](https://github.com/kubernetes-sigs/gateway-api/blob/main/conformance/reports/v1.2.1/kgateway)
366366

367-
[kgateway] is a feature-rich, Kubernetes-native ingress controller and next-generation API gateway.
368-
It is focused on maintaining an great HTTP experience, a wealth of features and great interoperability with service mesh such as Istio.
369-
This focus means that you can easily configure a set of Envoy instances that are reasonably distributed in a performant way.
367+
The [kgateway] project is a feature-rich, Kubernetes-native ingress controller and next-generation API gateway.
368+
It is focused on maintaining a great HTTP experience, extending features for advanced routing in scenarios such as AI and MCP gateways, and interoperating with a service mesh such as Istio in both ambient and sidecar modes.
369+
This focus means that you can easily configure a set of Envoy instances that are reasonably distributed in a performant way across many north-south and east-west use cases.
370+
371+
Kgateway is generally available with its 2.0 release.
370372

371373
[kgateway]:https://kgateway.dev/docs
372374

0 commit comments

Comments
 (0)