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.
- Host: GitHub
- URL: https://github.com/njnygaard/kubectl-multiforward
- Owner: njnygaard
- License: mit
- Created: 2021-09-02T17:30:08.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-28T15:53:15.000Z (over 3 years ago)
- Last Synced: 2025-04-08T10:11:15.362Z (about 1 year ago)
- Topics: k8s, kubectl, kubectl-plugin, kubectl-plugins, kubernetes, port-forward, port-forwarding
- Language: Go
- Homepage:
- Size: 154 KB
- Stars: 21
- Watchers: 1
- Forks: 6
- Open Issues: 9
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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
```