See below service is running:
and Below error i am getting while trying to access it:
Kubectl get pods:
Yaml files:
Check pod status if it's running or not.
Also, you can try with port-forwarding
to POD
kubectl port-forward <POD name> 8086:8086
& open localhost:8086