MinIO is a High Performance Object Storage released under GNU AGPLv3 or later. It is API compatible with Amazon S3 cloud storage service. Use MinIO to build high performance infrastructure for machine learning, analytics and application data workloads.
For more detailed documentation please visit here
This chart bootstraps MinIO Operator on a Kubernetes cluster using the Helm package manager.
helm repo add minio https://operator.min.io/Install this chart using:
helm install \
--namespace minio-operator \
--create-namespace \
minio-operator minio/operatorThe command deploys MinIO Operator on the Kubernetes cluster in the default configuration.
Once the MinIO Operator Chart is successfully installed, create a MinIO Tenant using:
helm install --namespace tenant-ns \
--create-namespace tenant minio/tenantThis creates a 4 Node MinIO Tenant (cluster). To change the default values, take a look at various values.yaml.