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.
877 B
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
-
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.