Skip to content

Commit 01e0e30

Browse files
shaneuttk8s-ci-robot
authored andcommitted
docs: add badges for conformant implementations
1 parent 1cff428 commit 01e0e30

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

site-src/implementations.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ We are actively supporting various features of the Gateway API. For compatibilit
127127

128128
### Cilium
129129

130+
[![Conformance](https://img.shields.io/badge/Gateway%20API%20Conformance%20v0.7.1-Cilium-green)](https://github.com/kubernetes-sigs/gateway-api/blob/main/conformance/reports/v0.7.1/cilium-cilium.yaml)
131+
130132
[Cilium][cilium] is an eBPF-based networking, observability and security
131133
solution for Kubernetes and other networking environments. It includes [Cilium
132134
Service Mesh][cilium-service-mesh], a highly efficient mesh data plane that can
@@ -150,6 +152,8 @@ effort, check out the #development channel or join our [weekly developer meeting
150152

151153
### Contour
152154

155+
[![Conformance](https://img.shields.io/badge/Gateway%20API%20Conformance%20v0.7.1-Contour-green)](https://github.com/kubernetes-sigs/gateway-api/blob/main/conformance/reports/v0.7.1/projectcontour-contour.yaml)
156+
153157
[Contour][contour] is a CNCF open source Envoy-based ingress controller for Kubernetes.
154158

155159
Contour [v1.25.0][contour-release] implements Gateway API v0.6.2, supporting the v1alpha2 and v1beta1 API versions.
@@ -248,6 +252,8 @@ Please see the [Consul API Gateway documentation][consul-api-gw-doocs] for curre
248252

249253
### Istio
250254

255+
[![Conformance](https://img.shields.io/badge/Gateway%20API%20Conformance%20v0.7.1-Istio-green)](https://github.com/kubernetes-sigs/gateway-api/blob/main/conformance/reports/v0.7.1/istio.io-istio.yaml)
256+
251257
[Istio][istio] is an open source [service mesh][istio-mesh] and gateway implementation.
252258

253259
A light-weight minimal install of Istio can be used to provide a Beta-quality
@@ -267,6 +273,8 @@ Check out the [Gateway API task][istio-2] for more information about the Gateway
267273

268274
### Kong
269275

276+
[![Conformance](https://img.shields.io/badge/Gateway%20API%20Conformance%20v0.7.1-Kong%20Ingress%20Controller-green)](https://github.com/kubernetes-sigs/gateway-api/blob/main/conformance/reports/v0.7.1/kong-kubernetes-ingress-controller.yaml)
277+
270278
[Kong][kong] is an open source API Gateway built for hybrid and multi-cloud environments.
271279

272280
Kong supports Gateway API in the [Kong Kubernetes Ingress Controller (KIC)][kic], see the [Gateway API Guide][kong-gw-guide] for usage information.
@@ -285,6 +293,8 @@ For help and support with Kong's implementations please feel free to [create an
285293

286294
### Kuma
287295

296+
[![Conformance](https://img.shields.io/badge/Gateway%20API%20Conformance%20v0.7.1-Kuma-green)](https://github.com/kubernetes-sigs/gateway-api/blob/main/conformance/reports/v0.7.1/kumahq-kuma.yaml)
297+
288298
[Kuma][kuma] is an open source service mesh.
289299

290300
Kuma is actively working on an implementation of Gateway API specification for the Kuma builtin Gateway. Check the [Gateway API Documentation][kuma-1] for information on how to setup a Kuma builtin gateway using the Gateway API.
@@ -318,6 +328,8 @@ The [LiteSpeed Ingress Controller](https://litespeedtech.com/products/litespeed-
318328

319329
### NGINX Kubernetes Gateway
320330

331+
[![Conformance](https://img.shields.io/badge/Gateway%20API%20Conformance%20v0.7.1-NGinx Kubernetes Gateway-green)](https://github.com/kubernetes-sigs/gateway-api/blob/main/conformance/reports/v0.7.1/nginxinc-nginx-kubernetes-gateway.yaml)
332+
321333
[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.
322334

323335
If you have any suggestions or experience issues with NGINX Kubernetes Gateway, please [create an issue][nginx-issue-new] or a [discussion][nginx-disc-new] on GitHub. You can also ask for help in the [#nginx-kubernetes-gateway channel on NGINX slack][nginx-slack].

0 commit comments

Comments
 (0)