Here it is what you have been looking for, to access the service that you have created in your Minikube cluster.

Step1. Run this command minikube service --url $SERVICE
Once you run the command, you’ll get the Minikube IP and port to access the service.

Step2. Access it with CURL
Simply send a get request using “curl” to the endpoint we got in step 1.

That’s it.
Thanks!