I have kubernetes 1.7.0 cluster that is running on Google Container Engine. I would like to connect to the cluster's kubernetes API using kubernetes client-python.
Is there any other way of configuring the ConfigurationObject in python client by using the credentials from .kube/config file.
I can access the kube proxy on local machine and access the cluster but I would like to connect it through python.