kubeman
kubeman copied to clipboard
Support for HTTPS proxies
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?
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?
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.