MinIO
MinIO is a Kubernetes native, high-performance object store with an S3-compatible API. The MinIO operator supports deploying MinIO tenants on any Kubernetes cluster.
To install the MinIO operator, follow these steps:
Add the MinIO repository to your local Helm configuration by running this Helm command:
Install the MinIO operator in your Aizen installation by running this Helm command:
Copy the contents below to a file named
minio_values.yaml
, and change the storage class name fromstandard
to the storage class name that is defined in your Kubernetes cluster.Contents of minio_values.yaml:
Deploy the MinIO Tenant by running this Helm command:
Check the deployment status of all the infrastructure components, including the MinIO operator, by running this command:
If any of the components are not in a Running state, see Installation Issues.
Create a bucket in MinIO for MLflow (mlflow-artifacts
).
Run the MinIO Client (
mc
) as a container pod by running these commands:To create a bucket in MinIO for MLflow, run this command:
Last updated