Skip to content

Commit

Permalink
Merge pull request #1421 from naqvis/flomesh-fsm
Browse files Browse the repository at this point in the history
Add Flomesh Service Mesh as a downstream implementation
  • Loading branch information
k8s-ci-robot authored Oct 6, 2022
2 parents 6d1eb37 + 07f2688 commit e60ed05
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions site-src/implementations.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Implementors and integrators of Gateway API are encouraged to update this docume
- [Cilium][16] (work in progress)
- [Contour][3] (alpha)
- [Emissary-Ingress (Ambassador API Gateway)][4] (alpha)
- [Flomesh Service Mesh][17] (work in progress)
- [Gloo Edge 2.0][5] (work in progress)
- [Google Kubernetes Engine][6] (public preview)
- [HAProxy Ingress][7] (alpha)
Expand Down Expand Up @@ -42,6 +43,7 @@ Implementors and integrators of Gateway API are encouraged to update this docume
[14]:#flagger
[15]:#cert-manager
[16]:#cilium
[17]:#flomesh-service-mesh-fsm

## Implementations

Expand Down Expand Up @@ -117,6 +119,15 @@ See [here][emissary-gateway-api] for more details on using the Gateway API with
[envoy]:https://envoyproxy.io
[emissary-gateway-api]:https://www.getambassador.io/docs/edge-stack/latest/topics/using/gateway-api/

### Flomesh Service Mesh (FSM)

[Flomesh Service Mesh][fsm] is a community driven Kubernetes North-South traffic manager, and provides an implementation of Ingress controller, Gateway API, Load Balancer, and cross-cluster service registration and service discovery.

The [Flomesh.io][flomesh] team is actively working towards an implementation of the Gateway API. You can track progress of this implementation [here](https://github.com/flomesh-io/fsm/issues/18).

[fsm]:https://github.com/flomesh-io/fsm
[flomesh]:https://flomesh.io

### Gloo Edge

Gloo Edge 2.0 is an Istio-native, fully-featured Envoy based API gateway that brings [Gloo Edge][glooedge] functionality to Istio. The [Solo.io][solo] team is actively working towards an implementation of the Gateway API.
Expand Down

0 comments on commit e60ed05

Please sign in to comment.