From 29b3354420959a099408930ba51eeeebafd81007 Mon Sep 17 00:00:00 2001 From: Jintao Zhang <zhangjintao9020@gmail.com> Date: Thu, 2 Sep 2021 11:53:29 +0800 Subject: [PATCH] Add Apache APISIX implementation Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com> Co-authored-by: James Peach <jpeach@apache.org> --- site-src/implementations.md | 45 +++++++++++++++++++++++-------------- 1 file changed, 28 insertions(+), 17 deletions(-) diff --git a/site-src/implementations.md b/site-src/implementations.md index d3c725dff2..5cd24230ec 100644 --- a/site-src/implementations.md +++ b/site-src/implementations.md @@ -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.