That service will be available in your browser at http://localhost:8037
Note that the port 8037
corresponds to the port
property on the ServiceSpec
object.
If you are unable to reach the service at that URL, then it could be one of several things, including but not limited to:
- There is another
Service
in your cluster that has claimed that port. Either delete the otherService
, or change theport
property to an unclaimed port. - Your
Pod
is not running and ready. Checkkubectl get pods
.