Hi. I have a WSL2 instance of OpenSUSE built with the updates to run systemd and get Docker running as a service. K3d is installed and I can spin up cluster as expected. I used k3d to build a single node cluster and installed Rancher on it.
During the Rancher Install I chose
test.myrancher.com as the DNS name. My issue is trying to find a way to access the Rancher UI from the Windows 11 host. Here is what I have to work with:
1. Windows host has vEth (WSL) IP of 172.20.128.1/20
2. OpenSUSE WSL itself has (among others) eth0 172.20.133.29/20 and a br-xxxxxxx 172.18.0.1/16
3. kubectl get no -o wide shows my K8s node with IP 172.18.0.3
4. From WSL instance I can ping 172.18.0.3