Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thekondor/k8s-port-forward
https://github.com/thekondor/k8s-port-forward
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thekondor/k8s-port-forward
- Owner: thekondor
- License: mit
- Created: 2020-07-10T07:56:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-22T11:47:16.000Z (over 4 years ago)
- Last Synced: 2024-11-05T23:27:57.512Z (3 months ago)
- Language: Go
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# k8s-port-forward
Straightforward and naive implementation of port forwarding of an existing K8S Pod built on top of K8S API.
The package was initially developed for internal use only to provide K8S port forwarding capabilities for a 3rd-party app (not Golang based). The idea was not to get locked on an existence of `kubectl` tool as well as providing of porcelain output.
`cmd/sample_app.go` provides with a sample usage (almost 100% close to a real life) of the package.
# License
The library is released under the MIT license. See LICENSE file.