Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 718 Bytes

readme.md

File metadata and controls

20 lines (16 loc) · 718 Bytes

Kubectl Multiforward

Forward to multiple services in your current Kubernetes context based on a config file.

Example

kubectl multiforward staging
┌───────────────┬────────────────────────┐
│ Alertmanager  │ http://localhost:9093  │
│ Prometheus    │ http://localhost:9090  │
│ Grafana       │ http://localhost:3000  │
│ Kibana        │ http://localhost:5601  │
│ Elasticsearch │ https://localhost:9200 │
└───────────────┴────────────────────────┘
Monitoring Resources... ^C to exit