I am trying to set up Kubeflow using charmed-kubeflow. It says "super easy setup" and everything. But I am failing at step 2.
Setup: "Normal" remote Kubernetes cluster, set up with Kubespray. My idea was to:
juju add-k8s mycluster
juju bootstrap mycluster mycluster
- Juju has Kubernetes access.
- Juju creates the controller.
- Juju tries to connect via 10.x.x.x IP.
- Of course setup of the Controller does NOT work.
How should this work? It is a remote cluster, private IPs cannot be accessed directly! + There is no option to configure a different Service type or so! There seem to be zero tutorials on Juju and using it... is anyone using this stuff?