zarguell / minio

minio iron bank arm64 build

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MinIO

MinIO

MinIO is High Performance Object Storage released under Apache License v2.0. It is API compatible with Amazon S3 cloud storage service. Using MinIO build high performance infrastructure for machine learning, analytics and application data workloads.

Deployment Instructions

Using the Helm chart supplied in Repo1, a cluster can be spun up using the following. Further deployment instructions can be found here.

$ helm install ./ --name my-minio-deployment -f values-ironbank.yaml

Volumes

To allow MinIO to access a persistent volume, use the following steps.

  1. Create a PersistentVolume
  2. Create a PersistentVolumeClaim
  3. Install the Helm chart using the following
$ helm install ./ --set persistence.existingClaim=PVC_NAME --name my-minio-deployment -f values-ironbank.yaml 

The default directory for configuration files is /etc/minio/

Helm Chart

The public Helm chart for MinIO here

The secure values file for the recommended configuration and associated chart data can be found here.

About

minio iron bank arm64 build

License:GNU Affero General Public License v3.0


Languages

Language:Shell 87.2%Language:Dockerfile 12.8%