rancher-partner-charts/charts/minio/minio-operator/6.0.2/README.md

1.3 KiB

MinIO license

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

Introduction

This chart bootstraps MinIO Operator on a Kubernetes cluster using the Helm package manager.

Configure MinIO Helm repo

helm repo add minio https://operator.min.io/

Installing the Chart

Install this chart using:

helm install \
  --namespace minio-operator \
  --create-namespace \
  minio-operator minio/operator

The command deploys MinIO Operator on the Kubernetes cluster in the default configuration.

Creating a Tenant

Once the MinIO Operator Chart is successfully installed, create a MinIO Tenant using:

helm install --namespace tenant-ns \
  --create-namespace tenant minio/tenant

This creates a 4 Node MinIO Tenant (cluster). To change the default values, take a look at various values.yaml.