Skip to content

shan100github/mlflow-psql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MLflow with postgresql

Repo for mlflow with psql deployment

  1. Build MLflow docker image with below command. docker build . -t mlflow:psql

  2. Create MLflow namespace kubectl create namespace mlflow

  3. Deploy postgresql kubectl -f apply manifest/postgresql.yaml

  4. Deploy MLflow kubectl -f apply manifest/mlflow.yaml

Adding authentication for mlflow

  1. Integerate MLflow in kubeflow authentication kubectl edit cm centraldashboard-config -n kubeflow and then add the following item to the "menuLinks":
    {
        "type": "item",
        "link": "/mlflow/",
        "text": "MLFlow",
        "icon": "icons:cached"
    }

Create virtual service for mlflow. kubectl apply -f manifest/kfp-mlflow-virtualservice.yaml

About

Repo for mlflow with psql deployment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published