https://github.com/futuretea/forwarder
a k8s port forwarder use kubectl and goreman
https://github.com/futuretea/forwarder
goreman k8s kubectl port-forwarding
Last synced: about 1 month ago
JSON representation
a k8s port forwarder use kubectl and goreman
- Host: GitHub
- URL: https://github.com/futuretea/forwarder
- Owner: futuretea
- License: mit
- Created: 2019-08-29T03:32:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-29T03:41:24.000Z (almost 7 years ago)
- Last Synced: 2025-01-22T01:36:34.143Z (over 1 year ago)
- Topics: goreman, k8s, kubectl, port-forwarding
- Language: Makefile
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# forwarder
a k8s port forwarder use kubectl and goreman
## edit config.yaml
```bash
vi config.yaml
```
## start forward
```bash
make
```