Repository for dip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tenant-catalog/kubeflow/apps/pipeline/upstream/env/azure/readme.md

877 B

KFP customizations for Azure

This template provides a starting point to configure KFP to use an Azure hosted MySQL database, as well as an Azure Blob backed MinIO service.

MySQL

  1. Create an Azure Database for MySQL. Ensure that it will allow connections from the Kubernetes cluster.

  2. Substitute the server name into params.env, and the username and password into mysql-secret.env

MinIO Gateway for Azure Blobstore

  1. Create an Azure Storage account. Ensure that it will allow connections from the Kubernetes cluster.

  2. Substitute the storage name and access key into minio-artifact-secret.env.