💻 Tech
If you have a Kubernetes cluster (minikube) set up in your WSL instance, and you want to access your service outside your cluster, you can use this command:
minikube service --url svc
The command produces a message like the one below. You can then use the given URL to access your service.
http://127.0.0.1:37965
❗ Because you are using a Docker driver on linux, the terminal needs to be open to run it.