Table of Contents
Setup Link to heading
Follow this to start.
Basic 3 big steps:
- install microk8s.
- install/config juju.
- 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
- Destroy juju models/controllers
juju destroy-model <your-model> # kubeflow
juju destroy-controller <your-controller>
- Reset microk8s
microk8s reset