rancher-partner-charts/charts/minio/minio-operator/4.4.1700
Daniel Valdivia 19b6a90b75 Make charts - minio 2022-05-26 08:10:54 -07:00
..
crds Make charts - minio 2022-05-26 08:10:54 -07:00
templates Make charts - minio 2022-05-26 08:10:54 -07:00
.helmignore Make charts - minio 2022-05-26 08:10:54 -07:00
Chart.yaml Make charts - minio 2022-05-26 08:10:54 -07:00
README.md Make charts - minio 2022-05-26 08:10:54 -07:00
app-readme.md Make charts - minio 2022-05-26 08:10:54 -07:00
values.yaml Make charts - minio 2022-05-26 08:10:54 -07:00

README.md

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.