Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 300 Bytes

File metadata and controls

12 lines (10 loc) · 300 Bytes

Open Grafana

kubectl -n istio-system port-forward $(kubectl -n istio-system get pod -l app=grafana -o jsonpath='{.items[0].metadata.name}') 3000:3000 &

Visit dashboard

http://localhost:3000/dashboard/db/istio-dashboard

Send traffic

curl http://$GATEWAY_URL/productpage