You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will give you the ability to directly query kube services like `prometheus-k8s.monitoring.svc.cluster.local` or visit http://grafana.monitoring.svc.cluster.local:3000 directly in a browser.
77
79
80
+
### Use `socks5` to talk to the services
81
+
82
+
```
83
+
./scripts/socks5
84
+
```
85
+
86
+
Then set your `http_proxy` to `socks5://localhost:1081` and you can use `curl`
87
+
etc to talk to the services.
88
+
78
89
### Grafana dashboard
79
90
80
91
See [`resources`](./resources/grafana-dashboards/promtorture.json).
0 commit comments