I have started using Rancher for Kubernetes now af...
# general
q
I have started using Rancher for Kubernetes now after having used Podman with Kind before which I uninstalled and am trying to get an example project to run. This works fine to deploy but is not reachable on http://localhost even though I have activated the port forward. The page just returns 404 page not found, so I guess I have the traefik server running, but it is not mapping the requests to whatever service port I am using.
h
your ingress service definition looks correct?
q
probably not, i thought this is handled by the traefik service
I found the reason why this was not working, I confused the source and target port for the port forward entries, I thought I created a forward from port 80 to the service port of the service, however it was the other way around, so when using the random port it accesses the server at port 80 which works fine