From d777970c9b1e730d26f627d3fbf3c07b32efb6f9 Mon Sep 17 00:00:00 2001 From: Faisal Memon Date: Mon, 25 Jun 2018 13:07:56 -0700 Subject: [PATCH] Add mention of NGINX Ingress Controller for Kubernetes --- content/en/docs/concepts/services-networking/ingress.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/docs/concepts/services-networking/ingress.md b/content/en/docs/concepts/services-networking/ingress.md index 01aa25d21c9bd..56b08c26ab1ce 100644 --- a/content/en/docs/concepts/services-networking/ingress.md +++ b/content/en/docs/concepts/services-networking/ingress.md @@ -94,6 +94,7 @@ In order for the Ingress resource to work, the cluster must have an Ingress cont * [Kong](https://konghq.com/) offers [community](https://discuss.konghq.com/c/kubernetes) or [commercial](https://konghq.com/api-customer-success/) support and maintenance for the [Kong Ingress Controller for Kubernetes](https://konghq.com/blog/kubernetes-ingress-controller-for-kong/) * [Traefik](https://github.com/containous/traefik) is a fully featured ingress controller ([Let's Encrypt](https://letsencrypt.org), secrets, http2, websocket...), and it also comes with commercial support by [Containous](https://containo.us/services) +* [NGINX, Inc.](https://www.nginx.com/) offers support and maintenance for the [NGINX Ingress Controller for Kubernetes](https://www.nginx.com/products/nginx/kubernetes-ingress-controller) {{< note >}} Review the documentation for your controller to find its specific support policy.