Setup Link to heading

Follow this to start.

Basic 3 big steps:

  1. install microk8s.
  2. install/config juju.
  3. config charmed kubeflow.

Access dashboard to start Link to heading

microk8s kubectl -n kubeflow get svc istio-ingressgateway-workload -o jsonpath='{.status.loadBalancer.ingress[0].ip}'

Clean up Link to heading

  1. Destroy juju models/controllers
juju destroy-model <your-model>  # kubeflow
juju destroy-controller <your-controller>
  1. Reset microk8s
microk8s reset

Some references Link to heading

  1. This post described how to use generic kubectl on top of microk8s.
  2. How to enable gpu.