MLflow
Overview
Installing
Installing via Apolo CLI
# 1. place this in mlflow.yaml
template_name: "mlflow-core"
template_version: "v25.5.0"
input:
preset:
name: "cpu-small"
ingress_http:
auth: true # basic‑auth on
metadata_storage:
postgres_uri:
uri: "postgresql://mlflow:Pa55w0rd@postgres-svc:5432/mlflow"
artifact_store:
path: "storage:mlflow-artifacts"
# 2. deploy it
apolo app install -f mlflow.yaml \
--cluster <CLUSTER> --org <ORG> --project <PROJECT>Inputs / Outputs (schema v1)
JSON Path
Default
Description
Key
Purpose
Usage
References
Last updated
Was this helpful?