Skip to content

Commit

Permalink
Add Apache APISIX implementation
Browse files Browse the repository at this point in the history
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
Co-authored-by: James Peach <jpeach@apache.org>
  • Loading branch information
tao12345666333 and jpeach committed Sep 2, 2021
1 parent a4fc2e2 commit 29b3354
Showing 1 changed file with 28 additions and 17 deletions.
45 changes: 28 additions & 17 deletions site-src/implementations.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,39 @@ Implementors of Gateway API are encouraged to update this document with status i

## Implementation Status

- [Contour][1] (alpha)
- [Emissary-Ingress (Ambassador API Gateway)][2] (alpha)
- [Gloo Edge 2.0][3] (work in progress)
- [Google Kubernetes Engine][4] (public preview)
- [HAProxy Ingress][5] (alpha)
- [Istio][6] (alpha)
- [Kong][7] (work in progress)
- [Traefik][8] (alpha)

[1]:#contour
[2]:#emissary-ingress-ambassador-api-gateway
[3]:#gloo-edge
[4]:#google-kubernetes-engine
[5]:#haproxy-ingress
[6]:#istio
[7]:#kong
[8]:#traefik
- [Apache APISIX][1] (work in progress)
- [Contour][2] (alpha)
- [Emissary-Ingress (Ambassador API Gateway)][3] (alpha)
- [Gloo Edge 2.0][4] (work in progress)
- [Google Kubernetes Engine][5] (public preview)
- [HAProxy Ingress][6] (alpha)
- [Istio][7] (alpha)
- [Kong][8] (work in progress)
- [Traefik][9] (alpha)

[1]:#apisix
[2]:#contour
[3]:#emissary-ingress-ambassador-api-gateway
[4]:#gloo-edge
[5]:#google-kubernetes-engine
[6]:#haproxy-ingress
[7]:#istio
[8]:#kong
[9]:#traefik

## Project References

In this section you will find specific links to blog posts, documentation and other Gateway API references for specific implementations.

### APISIX

[Apache APISIX][apisix] is a dynamic, real-time, high-performance API Gateway. APISIX provides rich traffic management features such as load balancing, dynamic upstream, canary release, circuit breaking, authentication, observability, and more.

APISIX is moving forward to implement the Gateway API `v1alpha2` version of the specification for its [Apache APISIX Ingress Controller][apisix-1], and status updates and documentation will be provided here as the work progresses.

[apisix]:https://apisix.apache.org/
[apisix-1]:https://github.com/apache/apisix-ingress-controller

### Contour

[Contour][contour] is an open source ingress controller for Kubernetes.
Expand Down

0 comments on commit 29b3354

Please sign in to comment.