kubeman icon indicating copy to clipboard operation
kubeman copied to clipboard

Support for HTTPS proxies

Open jecnua opened this issue 5 years ago • 2 comments

Hi,

To access our clusters we need to go through HTTPS proxies but I didn't find any way to configure the tool to allow it. Is it possible and if not is it planned to allow this option?

jecnua avatar Jan 31 '20 10:01 jecnua

TBH, haven't looked into how https proxy access for k8s works in general. Kubeman uses this client library to connect to clusters by using saved configs from local default kube config: https://github.com/godaddy/kubernetes-client

How do you access the cluster when using kubectl, do you have to do any special config?

uk000 avatar Feb 01 '20 04:02 uk000

Hi @uk000. Usually you have the following in the environment:

https_proxy=http://xyz:port
http_proxy=http://xyz:port

Is not different on how you would use curl with an https proxy. It works out of the box with kubectl.

jecnua avatar Feb 02 '20 10:02 jecnua