pixel-point / kube-forwarder

Easy to use Kubernetes port forwarding manager
https://kube-forwarder.pixelpoint.io/
MIT License
1.08k stars 182 forks source link

Support for Proxy #33

Open rhmms opened 4 years ago

rhmms commented 4 years ago

When running behind enterprise firewalls, I need to use proxy, however configuration is not possible. It should be possible to configure proxy: a) Using system settings b) Manual settings (with no proxy exclusions)

dobesv commented 4 years ago

Are you referring to using an HTTP proxy to connect to the kube-apiserver ?

jecnua commented 4 years ago

Hopefully @rhmms won't mind for me to reply, but yes I think he was referring to take. I too have the same issue. Our clusters are accessible only via https_proxy when using kubectl.

jonsalvas commented 3 years ago

same here. Is a blocker for me to use this awesome tool in enterprise areas

mverleun commented 3 years ago

I would like the ability to configure a proxy per cluster. Different clusters are behind different proxies in my case