Skip to content

Commit

Permalink
Merge pull request #2100 from evankanderson/patch-1
Browse files Browse the repository at this point in the history
Add Knative to integrations
  • Loading branch information
k8s-ci-robot committed Jun 8, 2023
2 parents d4347bf + d401eb0 commit 81aaf9c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions site-src/implementations.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Implementors and integrators of Gateway API are encouraged to update this docume
- [Flagger][14] (public preview)
- [cert-manager][15] (alpha)
- [argo-rollouts][22] (alpha)
- [Knative][24] (alpha)

[1]:#acnodal-epic
[2]:#apisix
Expand All @@ -55,6 +56,7 @@ Implementors and integrators of Gateway API are encouraged to update this docume
[21]:#stunner
[22]:#argo-rollouts
[23]:#amazon-elastic-kubernetes-service
[24]:#knative

## Implementations

Expand Down Expand Up @@ -332,3 +334,10 @@ cert-manager can generate TLS certificates for Gateway resources. This is config

[argo-rollouts]:https://argo-rollouts.readthedocs.io/en/stable/
[argo-rollouts-plugin]:https://github.com/argoproj-labs/rollouts-gatewayapi-trafficrouter-plugin/

### Knative

[Knative][knative] is a serverless platform built on Kubernetes. Knative Serving provides a simple API for running stateless containers with automatic management of URLs, traffic splitting between revisions, request-based autoscaling (including scale to zero), and automatic TLS provisioning. Knative Serving supports multiple HTTP routers through a plugin architecture, including a [gateway API plugin][knative-net-gateway-api] which is currently in alpha as not all Knative features are supported.

[knative]:https://knative.dev/
[knative-net-gateway-api]:https://github.com/knative-sandbox/net-gateway-api

0 comments on commit 81aaf9c

Please sign in to comment.