Integrating MLFlow with Kubeflow

11/4/2019

I am trying to integrate a MLFlow server with my Kubeflow cluster on GCP. To do this I create a an MLFlow deployment and expose it using a Loadbalancer.

The machine learning code is deployed as a pod on the Kubeflow cluster. The MLflow server IP:PORT is provided for logging parameters (e.g. hyper-parameters) and artifacts (e.g. models).

The issue is that the artifacts only get logged within the docker image (pod with the machine learning code). The parameter logging on the other hand works perfectly fine after providing the MLflow server IP:PORT.

Here is a screenshot. enter image description here

-- user3401257
deep-learning
google-cloud-platform
kubeflow
kubernetes
mlflow

0 Answers