I’m trying to add ingress on an imported cluster. Do you know if there is an helm chart to install a rancher-nginx ingress ? I’ve suceeeded to install traefik in daemonset. It seems to work though the loadbalancer is stuck in initializing state ?
We use basically the standard nginx-ingress chart and image. There’s one in helm-stable or -incubator if you enable them (and wait for it to sync).
LB stuck in initializing usually means you have nothing that provides L4 LBs. There is no generic solution for that so custom clusters do not have any implementation deployed. For cloud hosting companies there are cloud-providers in k8s or available separately for most providers.
Did you figure it out about your issue as i have the same ?
What do you think of Traefik with Rancher ?
I’m currently using haproxy ingress and i think that traefik could add some nice features.
You probably haven’t given traefik RBAC permission to update the status of ingress rules with the endpoints it is available at. That is what “initializing” is looking for.
On my side, i got it working and i’m planning to do a new post on the forum about a complete setup of one node bare-metal with traefik ingress in order to deploy applications.