I installed Charmed Kubeflow on WSL. I have WSLg and Chrome from Ubuntu so the Dashboard is working fine.
However, I wonder what should I do if I just want to access from Windows’s web browsers? Normally. I would use localhost and kubectl port-forward setup.
Not sure what to do in the Charmed Kubeflow scenario, as I do not understand what these two lines do
juju config dex-auth public-url=http://10.64.140.43.nip.io
juju config oidc-gatekeeper public-url=http://10.64.140.43.nip.io
Could someone please explain what’s going on and what can I do access Kubeflow from Windows?