My current set up has Rancher Labs v1.6.10 and I have set up a Kubernetes Cluster with 1 Master and 2 Agents.
I have deployed Jenkins-Master Instance in Kubernetes and I am able to access it.Installed Kubernetes plugin in jenkins to dynamically spin up the slave agents. However, I am not able to connect to the Kubernetes cluster in any way -
I have tried giving the rancher url
https://10.17X.XXX.XXX/r/projects/1a353/kubernetes:6443
But it gives java.net.NoRouteToHostException: No route to host (Host unreachable)
Any idea what URL I should give & this URL is not accessible?
Ideally if all this cluster is up, any pod in any node should be able to communicate with the other.
https://kubernetes.default
– Paweł Prażak