I am running Ubuntu20.04 WSL2 on a Windows10 laptop.
When I run a program (python or Java) in WSL2, I am able to access it from host using http://localhost:
But I am unable to access any Kubernetes apps same way. For example, I exposed Kubernetes dashboard using port 30443. I can only access it from Windows host using https://:30443 , but not using https://localhost:30443
Can someone please help me understand how and where it is going wrong?
RegardsDas