kubectl-multiforward
kubectl-multiforward copied to clipboard
A `kubectl` plugin that allows you to forward to multiple services based on a config file.
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