Add Traefik ingress controller (#8921)

pull/9067/head
Emile Vauge 2018-06-25 20:42:22 +02:00 committed by k8s-ci-robot
parent 96039a7e72
commit 4a8f9e8fd5
1 changed files with 2 additions and 0 deletions

View File

@ -92,6 +92,8 @@ In order for the Ingress resource to work, the cluster must have an Ingress cont
* Kubernetes currently supports and maintains [GCE](https://git.k8s.io/ingress-gce/README.md) and [nginx](https://git.k8s.io/ingress-nginx/README.md) controllers.
* F5 Networks provides [support and maintenance](https://support.f5.com/csp/article/K86859508) for the [F5 BIG-IP Controller for Kubernetes](http://clouddocs.f5.com/products/connectors/k8s-bigip-ctlr/latest).
* [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)
{{< note >}}
Review the documentation for your controller to find its specific support policy.