This message was deleted.
# kubernetes
a
This message was deleted.
a
You can use any k8s ingress controller to expose the Rancher UI. When you install Rancher it will by default create a
ingress
resource to expose the UI, so you just need to have an appropriate ingress controller installed. traefik or otherwise
b
ok ,thx , the issue is that my loadbalancer is already temnitate the ssl , so I get an error when I try to access the rancher url , what I need to configure to fix it ?
b
yes I saw that - but I am using traefik not nginx …
a
Has nothing to do with nginx
Did you set
--set tls=external
?
b
yes I did …
I have one traefik v2.x that I am using to access my services , I want to use the same ingress controler to access rancher
a
So presumably your rancher URL resolves to the VIP of your loadbalancer which is terminating TLS and forwarding the traffic over port 80 to your ingress controller?
How is your ingress controller exposed? ie nodeport or lb
What's the error you're getting?
b
ERR_TOO_MANY_REDIRECTS
d
@agreeable-oil-87482 I am facing similar issue, any way to configure such that nginx-ingress-controller terminates tls and rancher does not? I have set
--set tls-external
still getting 302 and when I remove
tls external
I get` 308.