devops-works / binenv

One binary to rule them all. Manage all those pesky binaries (kubectl, helm, terraform, ...) easily.
MIT License
373 stars 44 forks source link

feat: Added kubefwd utility to mass-forward ports to Kubernetes #127

Closed angrox closed 3 years ago

angrox commented 3 years ago

As a developer I want an easy way to develop my applications local and need to mass-forward ports from deployed applications in Kubernetes

patsevanton commented 3 years ago

I tested

binenv install kubefwd
2021-07-07T13:14:50+06:00 WRN version for "kubefwd" not specified; using "1.20.0"
fetching kubefwd version 1.20.0 100% |███████████████████████████████████████████████████████████████████████████████████████████████████| (9.2/9.2 MB, 296.513 kB/s)         
2021-07-07T13:15:23+06:00 INF "kubefwd" (1.20.0) installed
kubefwd
INFO[13:15:28]  _          _           __             _     
INFO[13:15:28] | | ___   _| |__   ___ / _|_      ____| |    
INFO[13:15:28] | |/ / | | | '_ \ / _ \ |_\ \ /\ / / _  |    
INFO[13:15:28] |   <| |_| | |_) |  __/  _|\ V  V / (_| |    
INFO[13:15:28] |_|\_\\__,_|_.__/ \___|_|   \_/\_/ \__,_|    
INFO[13:15:28]                                              
INFO[13:15:28] Version 1.20.0                               
INFO[13:15:28] https://github.com/txn2/kubefwd              
INFO[13:15:28]                                              
Expose Kubernetes services for local development.
cleming commented 3 years ago

Thank you @angrox and @patsevanton !