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
-
Create an Azure Database for MySQL. Ensure that it will allow connections from the Kubernetes cluster.
-
Substitute the server name into params.env, and the username and password into mysql-secret.env
MinIO Gateway for Azure Blobstore
-
Create an Azure Storage account. Ensure that it will allow connections from the Kubernetes cluster.
-
Substitute the storage name and access key into minio-artifact-secret.env.