Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can not access grafana from outside of kubernetes cluster #2

Closed
xwkuang5 opened this issue Nov 19, 2019 · 1 comment
Closed

Can not access grafana from outside of kubernetes cluster #2

xwkuang5 opened this issue Nov 19, 2019 · 1 comment

Comments

@xwkuang5
Copy link

xwkuang5 commented Nov 19, 2019

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!

@xwkuang5
Copy link
Author

I was using the wrong port. Closing the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant