Skip to content

Commit

Permalink
Merge pull request #2516 from xxx7xxxx/easegress
Browse files Browse the repository at this point in the history
Add Easegress implementation
  • Loading branch information
k8s-ci-robot committed Oct 26, 2023
2 parents e02c544 + 0007700 commit de8675f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions site-src/implementations.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Implementors and integrators of Gateway API are encouraged to update this docume
- [BIG-IP Kubernetes Gateway][20] (beta)
- [Cilium][16] (beta)
- [Contour][3] (beta)
- [Easegress][30] (beta)
- [Emissary-Ingress (Ambassador API Gateway)][4] (alpha)
- [Envoy Gateway][18] (beta)
- [Flomesh Service Mesh][17] (beta)
Expand Down Expand Up @@ -73,6 +74,7 @@ Implementors and integrators of Gateway API are encouraged to update this docume
[27]:#azure-application-gateway-for-containers
[28]:#linkerd
[29]:#tyk
[30]:#easegress

[gamma]:/concepts/gamma/

Expand Down Expand Up @@ -176,6 +178,17 @@ _Some "extended" functionality is not implemented yet, [contributions welcome!][
[contour-slack]:https://kubernetes.slack.com/archives/C8XRH2R4J
[contour-contrib]:https://github.com/projectcontour/contour/blob/main/CONTRIBUTING.md

### Easegress

[Easegress][easegress] is a Cloud Native traffic orchestration system.

It can function as a sophisticated modern gateway, a robust distributed cluster, a flexible traffic orchestrator, or even an accessible service mesh.

Easegress currently supports Gateway API `v1beta1` version of the specification by [GatewayController][easegress-gatewaycontroller].

[easegress]:https://megaease.com/easegress/
[easegress-gatewaycontroller]:https://github.com/megaease/easegress/blob/main/docs/04.Cloud-Native/4.2.Gateway-API.md

### Emissary-Ingress (Ambassador API Gateway)

[Emissary-Ingress][emissary] (formerly known as Ambassador API Gateway) is an open source CNCF project that
Expand Down

0 comments on commit de8675f

Please sign in to comment.