I just setted up a new Traefik instance by following the docs “Setup > Kubernetes”. No matter what pop/deployment I use, I always get error 502 (Bad Gateway) ONLY when I use the https://x.docker.localhost:30001. The built in DNS (http://..svc.cluster.local) and ClusterIP work. I have tried using wget from the machine running the cluster, from a container running on the same namespace as Traefik (even from the pod running the Treafik instance)…. All works and can be reached except when I use the https://x.docker.localhost:30001 format.
Any help would be greatly appreciated.