Skip to content

Commit 5a5f552

Browse files
Adding Kubvernor to the list of implementors (#1313)
* Adding Kubvernor section to the implementors list Signed-off-by: Dawid Nowak <[email protected]> * Addressing PR comments Signed-off-by: Dawid Nowak <[email protected]> * Addressing PR comments Signed-off-by: Dawid Nowak <[email protected]> * Update site-src/implementations/gateways.md Co-authored-by: Nir Rozenbaum <[email protected]> * PR Review * PR Review Signed-off-by: Dawid Nowak <[email protected]> * Removing extra file Signed-off-by: Dawid Nowak <[email protected]> * Removing conformance mention from the description --------- Signed-off-by: Dawid Nowak <[email protected]> Co-authored-by: Nir Rozenbaum <[email protected]>
1 parent 75b2144 commit 5a5f552

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

site-src/implementations/gateways.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@ This project has several implementations that are planned or in progress:
88
* [Google Kubernetes Engine][4]
99
* [Istio][5]
1010
* [Kgateway][6]
11+
* [Kubvernor][7]
1112

1213
[1]:#agentgateway
1314
[2]:#alibaba-cloud-container-service-for-kubernetes
1415
[3]:#envoy-ai-gateway
1516
[4]:#google-kubernetes-engine
1617
[5]:#istio
1718
[6]:#kgateway
19+
[7]:#kubvernor
1820

1921
## Agentgateway
2022

@@ -96,3 +98,11 @@ Issue](https://github.com/istio/istio/issues/55768).
9698
implementation that can run [independently](https://gateway-api-inference-extension.sigs.k8s.io/guides/#__tabbed_3_3), as an
9799
[Istio waypoint](https://kgateway.dev/blog/extend-istio-ambient-kgateway-waypoint/), or within your
98100
[llm-d infrastructure](https://github.com/llm-d-incubation/llm-d-infra) to improve accelerator (GPU) utilization for AI inference workloads.
101+
102+
## Kubvernor
103+
104+
[Kubvernor Rust API Gateway][krg] is an open-source, highly experimental implementation of API controller in Rust programming language. Currently, Kubvernor supports Envoy Proxy. The project aims to be as generic as possible so Kubvernor can be used to manage/deploy different gateways (Envoy, Nginx, HAProxy, etc.). See the docs for the [usage][krgu].
105+
106+
[krg]:https://github.com/kubvernor/kubvernor
107+
[krgu]: https://github.com/kubvernor/kubvernor/blob/main/README.md
108+

0 commit comments

Comments
 (0)