https://rancher.com/ logo
Title
h

hallowed-morning-78693

10/20/2022, 7:44 PM
With Rancher Desktop running Kubernetes, I seem to have broken my local DNS somehow... I used to be able to use a "magic domain" sslip with the IP address assigned to the ingress load balancer, but it's no longer working.
curl <http://helloworld-go.default.192.168.5.15.sslip.io/>
curl: (6) Could not resolve host: <http://helloworld-go.default.192.168.5.15.sslip.io|helloworld-go.default.192.168.5.15.sslip.io>
using 127.0.0.1 seems to work - still kinda confused on how though as that's not the IP assigned to LB of ingress
c

calm-twilight-27465

10/20/2022, 8:15 PM
Given that sslip.io is a public authoritative DNS (doesn’t rely on any local DNS services) this seems to indicate a problem with DNS resolution in general?
h

hallowed-morning-78693

10/20/2022, 8:17 PM
yea, seems to be the case
I swear it did work at some point, not sure what I did 🙂