stefanprodan/faas-grafana

Can not access grafana from outside of kubernetes cluster

xwkuang5 opened this issue · 1 comments

Hi,

I followed the instructions for setting up grafana according to the README. However, I could not access grafana from outside of my clusters.

When I looked at the information about the grafana service, I got the following results, showing that the service is not exposing an external-ip.

$ kubectl -n openfaas get svc grafana                                                      
NAME      TYPE        CLUSTER-IP       EXTERNAL-IP   PORT(S)    AGE                               
grafana   ClusterIP   10.109.165.160   <none>        3000/TCP   108m

In addition, I am also not sure what Credentials: admin/admin means. Should I access grafana like the following?

http://admin:admin@<KUBE_IP>:<GRAFANA_PORT>/dashboard/db/openfaas

Thank you for your help!

I was using the wrong port. Closing the issue