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