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
system d1c10ca6d7 Update values 4 months ago
..
minio-azure-gateway Update values 4 months ago
OWNERS Update values 4 months ago
kustomization.yaml Update values 4 months ago
mysql-secret.env Update values 4 months ago
params.env Update values 4 months ago
readme.md Update values 4 months ago

readme.md

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.