Skip to content

A `kubectl` plugin that allows you to forward to multiple services based on a config file.

License

Notifications You must be signed in to change notification settings

Maahsome/kubectl-multiforward

 
 

Repository files navigation

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

About

A `kubectl` plugin that allows you to forward to multiple services based on a config file.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 83.3%
  • Makefile 16.7%