Try to use Ingress in Rancher 2.6 but still not worked

I tried to use Ingress in Rancher 2.6 but still not worked.

I have followed the instruction in Rancher Docs: Workload with Ingress Quick Start. But I got error 404 when I entered URL. (This deployment can access via NodePort properly)

Please anyone can suggest this.

  1. From documentation
  2. I created deployment
  3. Create Ingress




  4. Tested but got error 404

Does anyone can help?:pleading_face:

Have you ever use Kubernetes before?
Try to test it with curl the NodePort to know is the service going up. After that you need to make it 192. sslip.io in the ingress hostname services.

Ingress can worked after tried these steps:

  • Re-install Rancher with custom port 10080/10443 instead of 80/443
  • Deploy rancher/hello-world and set NodePort
  • Add Ingress

hi, i ran into same problem as you.
unlike document told, ingress creation won’t generate a ....sslip.io

i used your way, manual enter “<rancher_ip>.sslip.io” into request host, and “/” into prefix, but i won’t work.
i didn’t * Re-install Rancher with custom port 10080/10443 instead of 80/443, is it nessesary?

shouldn’t rancher auto generate sslip.io?
any help would be appreciated.