rppctf
September 18, 2019, 11:00am
1
Hello,
I am unable to find documentation on traefik v2 with kubernetes native ingress, only about Kubernetes CRD. It is deprecated or what?
google gives a couple of links, but now they return 404:
/user-guide/kubernetes/ gives 404
/configuration/backends/kubernetes/ gives 404
although I can find it in v1.7 docs https://docs.traefik.io/v1.7/configuration/backends/kubernetes/
Using CRD is more flexible (in terms of traefik) but also it is uglier, provides less flexibility (in terms of moving from traefik to another ingress controller). I would like to continue using Kubernetes Ingress and have access to up-to-date documentation.
Any statement from someone who knows the topic on that? Will Ingress be supported? Is it supported now? Where are the docs?
duffn
September 18, 2019, 11:03am
2
There is documentation here about using the standard Kubernetes Ingress. https://docs.traefik.io/providers/kubernetes-ingress/
rppctf
September 18, 2019, 11:27am
3
Right!
But it lacks the whole Annotations sections as it was with v1.7 Traefik Kubernetes Ingress docs
Is it expected?
ldez
September 18, 2019, 12:13pm
4
Yes the annotations has been removed in favor of our CRD (IngressRoute)
duffn
September 18, 2019, 1:00pm
5
I suspect they're the same, but that's just a guess as I have not tested in 2.0. I assume the documentation needs updating.
ldez
September 18, 2019, 1:04pm
6
No we have remove the support of the annotations.
rppctf
September 18, 2019, 1:07pm
7
This is a little bit sad in my case. I am forced to move to CRD to stay updated. Anyway, thanks for helping us (the users) figure it out!