From 959d3152f8c3ad2e507fe51531c55c8f7a6c1fbc Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Thu, 24 Sep 2020 09:34:03 +0200 Subject: [PATCH] Update traefik links in ingress-controllers.md Traefik github repo has been moved from https://github.com/containous/traefik to https://github.com/traefik/traefik. The new company name is `Traefik Labs` and new site https://traefik.io --- .../docs/concepts/services-networking/ingress-controllers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/concepts/services-networking/ingress-controllers.md b/content/en/docs/concepts/services-networking/ingress-controllers.md index 3b375f7421..917f3412e3 100644 --- a/content/en/docs/concepts/services-networking/ingress-controllers.md +++ b/content/en/docs/concepts/services-networking/ingress-controllers.md @@ -44,9 +44,9 @@ Kubernetes as a project currently supports and maintains [GCE](https://git.k8s.i * [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). * [Skipper](https://opensource.zalando.com/skipper/kubernetes/ingress-controller/) HTTP router and reverse proxy for service composition, including use cases like Kubernetes Ingress, designed as a library to build your custom proxy -* [Traefik](https://github.com/containous/traefik) is a fully featured ingress controller +* [Traefik](https://github.com/traefik/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). + support by [Traefik Labs](https://traefik.io). ## Using multiple Ingress controllers