Hi,
I'm trying to use Jenkins kubernetes plugin and want to make sure that if this works even if Jenkins master is not inside a k8s cluster.
On all example on the internet I could find, people set a k8s api server's address as a kubernetes service url, which can be resolved only within a cluster.
In my case I want to manage several k8s clusters (dev, stg, prod) from Jenkins so Jenkins is outside of each cluster.
Although I put k8s API's reachable address from external, "test connection" always shows "no route to host" errors.
I checked my firewall setting but could not find a problem. I want to confirm if my approach is valid.
Thanks,
Norio Akagi