An open API service indexing awesome lists of open source software.

https://github.com/njnygaard/kubectl-multiforward

A `kubectl` plugin that allows you to forward to multiple services based on a config file.
https://github.com/njnygaard/kubectl-multiforward

k8s kubectl kubectl-plugin kubectl-plugins kubernetes port-forward port-forwarding

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# Kubectl Multiforward

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

## Example

```bash
kubectl multiforward staging
```

```plaintext
┌───────────────┬────────────────────────┐
│ 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
```