Skip to content
Advertisement

Tag: minikube

Can’t connect to kubernetes API from inside the cluster

I’m trying to use the fabric8io/kubernetes-client in a simple example on my local minikube cluster where I get an IP of a pod some-pod-name-jnfen3 is a name of a pod which finished execution and visible if I execute kubectl get pods. https://localhost:32780/ is a kubernetes API host which I get from kubectl config view -o jsonpath=”{.clusters[?(@.name==”minikube”)].cluster.server}”. minikube has only 1

Advertisement