Add Ambassador in list of ingress controller solutions (#12348)

This commit is contained in:
Alex Gervais 2019-02-13 03:38:57 -05:00 committed by Kubernetes Prow Robot
parent 9395461d8c
commit bfafd2a064
1 changed files with 3 additions and 0 deletions

View File

@ -64,6 +64,9 @@ In order for the ingress resource to work, the cluster must have an ingress cont
Additional controllers include:
* [Ambassador](https://www.getambassador.io/) API Gateway is an [Envoy](https://www.envoyproxy.io) based ingress
controller with [community](https://www.getambassador.io/docs) or
[commercial](https://www.getambassador.io/pro/) support from [Datawire](https://www.datawire.io/).
* [Contour](https://github.com/heptio/contour) is an [Envoy](https://www.envoyproxy.io) based ingress controller
provided and supported by Heptio.
* Citrix provides an [Ingress Controller](https://github.com/citrix/citrix-k8s-ingress-controller) for its hardware (MPX), virtualized (VPX) and [free containerized (CPX) ADC](https://www.citrix.com/products/citrix-adc/cpx-express.html) for [baremetal](https://github.com/citrix/citrix-k8s-ingress-controller/tree/master/deployment/baremetal) and [cloud](https://github.com/citrix/citrix-k8s-ingress-controller/tree/master/deployment) deployments.