https://rancher.com/ logo
Title
g

glamorous-needle-18908

03/05/2023, 10:18 AM
Greetings everyone, I am currently attempting to configure the Traefik ingress on my k3d cluster, but I have exhausted all possible solutions and still cannot get it to work. My system specifications include a Macbook M1 running k3d version v5.4.6 - k3s version v1.24.6-k3s1 (default). To expose services via ingress through the defined loadbalancer
k3d cluster create ingress --servers 1 --agents 3 -p "80:80@loadbalancer" -p "443:443@loadbalancer"
, I have attempted several approaches but without success. Every Service is working correctly and I can access the port by forwarding the pod or the service only when trying to access the ingress I get a 404 error. This is the case for everything exposed through the ingress. I would appreciate any input or suggestions on how to resolve this issue. 🙂
w

wide-garage-9465

03/05/2023, 3:58 PM
Can you check if the ports are correctly proxied to your host? (e.g. vie netstat) Just asking because you're using privileged ports. Anyway, how are you assigning the domain names? Or are you using some special names for the ingress resources?