Files
service-catalog/charts/kubeflow/apps/pipeline/upstream/env/azure
2025-06-24 12:03:10 +09:00
..
2025-06-24 12:03:10 +09:00
2025-06-24 12:03:10 +09:00
2025-01-13 02:31:27 +00:00
2025-01-13 02:31:27 +00:00
2025-01-13 02:31:27 +00:00
2025-01-13 02:31:27 +00:00

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.