From 9700ac25863d876da4b805e47a5723089e4ea22d Mon Sep 17 00:00:00 2001 From: Cat Yao <54649395+mscatyao@users.noreply.github.com> Date: Thu, 9 Jan 2020 14:06:35 -0800 Subject: [PATCH] Added Azure Application Gateway Ingress Controller (#17832) * Added Azure Application Gateway Ingress Controller Added Azure AppGW Ingress Controller (AGIC) to the list of additional controllers now that it has gone GA. * Update content/en/docs/concepts/services-networking/ingress-controllers.md Co-Authored-By: Tim Bannister Co-authored-by: Tim Bannister --- .../en/docs/concepts/services-networking/ingress-controllers.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/docs/concepts/services-networking/ingress-controllers.md b/content/en/docs/concepts/services-networking/ingress-controllers.md index 87d80792b5..efeb327049 100644 --- a/content/en/docs/concepts/services-networking/ingress-controllers.md +++ b/content/en/docs/concepts/services-networking/ingress-controllers.md @@ -22,6 +22,7 @@ Kubernetes as a project currently supports and maintains [GCE](https://git.k8s.i ## Additional controllers +* [AKS Application Gateway Ingress Controller](https://github.com/Azure/application-gateway-kubernetes-ingress) is an ingress controller that enables ingress to [AKS clusters](https://docs.microsoft.com/azure/aks/kubernetes-walkthrough-portal) using the [Azure Application Gateway](https://docs.microsoft.com/azure/application-gateway/overview). * [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/).