How to get access to kubernetes cluster from containerized application running inside node hosted on same cluster? – Docker
I am using kubernetes client library for c#. This method should ideally provide me with k8s config of the cluster it is running inside var k8sConfig = KubernetesClientConfiguration.InClusterConfig(); Inside docker container when this run it gives k8s.Autorest.HttpOperationException: Operation returned an…