istio/old_issues_repo

Unable to access the grafana dashboard.

Opened this issue · 2 comments

I hava followed this guide to expose nodeport of grafana

Visualizing metrics with Grafana
Like Zipkin and Prometheus, Istio enables Grafana with a service type of ClusterIP. Run the following commands to expose a service type of NodePort for access to Grafana from an external environment:

kubectl expose service istio-grafana --type=NodePort \
    --name=istio-grafana-svc --namespace istio-system
export GRAFANA_URL=$(kubectl get po -l app=grafana -n \
    istio-system -o 'jsonpath={.items[0].status.hostIP}'):$(kubectl get svc \
    istio-grafana-svc -n istio-system -o \
    'jsonpath={.spec.ports[0].nodePort}')
echo http://${GRAFANA_URL}/

You can now access http://${GRAFANA_URL}/ from your browser to view the Grafana web page.

...........

I can get data from promethus
image
but unable to access the grafana dashboard.
image

兄dei,你的内存占用好高啊

这个怎么解决?