Http to https redirect

Hi everyone.

Can please someone tell me how I can implement a redirect from 80 to 443 for all of my services? I properly configured all ingress loadbalancers so they route the traffic to the respective service. Also the SSL termination is working properly. But the loadbalancers expose on port 80 as well. I don’t want that. I’d like them to always redirect to 443.

I can’t see any feature to configure routes for different port on ingress loadbalancers. How should I configure this properly within Rancher 2.1.1?

Best qdrop17

I’m trying to implement this too (Rancher 2.3.1). My cluster is on GKE and I’ve tried disabling http and adding an ingress.kubernetes.io/force-ssl-redirect: "true" annotation.

Did that work for you…
For me after adding those two are it did not work