kubectl
tool is authenticated to communicate with a Kubernetes cluster on which Seldon is deployedM2S_MLFLOW_STORAGE_ROOT
- artifact root path on the platform storage (example: storage:myproject/mlruns).M2S_SELDON_NEURO_DEF_IMAGE
- docker image stored on the platform registry which will be used to deploy the model (example: image:myproject/seldon:v1). You can also configure the service to use another platform image for deployment by tagging the respective registered model (not a model version) with the tag named after the value of the M2S_MLFLOW_DEPLOY_IMG_TAG
chart parameter. For example, with a tag named "deployment-image" and the value "image:myproject/seldon:v2".M2S_SRC_NEURO_CLUSTER
- Neu.ro cluster on which the deployment image, MLflow artifacts, and MLFlow itself are hosted (demo_cluster).