canonical / kubeflow-examples

Charmed Kubeflow examples
Apache License 2.0
32 stars 9 forks source link

Add MLflow kserve-example #44

Closed misohu closed 10 months ago

misohu commented 10 months ago

Add MLflow example with K-serve deployment. To properly test it you need to deploy mlflow with kubeflow according to these instructions. After that you need to add three extra relations (for k-serve integration).

juju relate kserve-controller:service-accounts resource-dispatcher:service-accounts
juju relate kserve-controller:secrets resource-dispatcher:secrets
juju relate kserve-controller mlflow-minio
misohu commented 10 months ago

Thanks @orfeas-k I completely change the example according to our UAT https://github.com/canonical/charmed-kubeflow-uats/pull/42

misohu commented 10 months ago

Fixed thanks @orfeas-k