update ingress-controllers.md, add apisix-ingress-controller

as this page `https://kubernetes.io/docs/concepts/services-networking/ingress-controllers/` listed apisix-ingress-controller as an option of ingress-controller,
so I just add it to Chinese version
This commit is contained in:
Lien 2021-01-17 16:51:00 +08:00 committed by GitHub
parent 2f344c874e
commit 5b3a343397
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ Kubernetes 作为一个项目,目前支持和维护
的 Ingress 控制器。
* [Ambassador](https://www.getambassador.io/) API 网关是一个基于 [Envoy](https://www.envoyproxy.io) 的 Ingress
控制器。
* [Apache APISIX Ingress 控制器](https://github.com/apache/apisix-ingress-controller) 是一个基于 [Apache APISIX 网关](https://github.com/apache/apisix) 的 Ingress 控制器。
* [Avi Kubernetes Operator](https://github.com/vmware/load-balancer-and-ingress-services-for-kubernetes)
使用 [VMware NSX Advanced Load Balancer](https://avinetworks.com/)
提供第 4 到第 7 层的负载均衡。