Unable to access exposed service on replica set

I have created replicaset and exposed it as a service. But when I try to access it I’m not sure which ip address I should use?
I’m using Kubernetes single node playground

Can you get the service and show the result here?

Thanks,
Trung

Try to run this command:

minikube service <service-name> --url

this will output the URL of the running service if you wrote service.yaml file correctly!