MinIO | MinIO for GKE Instructions

Deploy MinIO Through GKE

Marketplace

Pre-requisites

Purchase MinIO Object Storage from the marketplace

Additionally:

1. Create a GKE Cluster

Update the region and run the following command, for example --region=us-central1. This will create a cluster with 4 nodes in each zone of the region.

gcloud container clusters create minio-cluster \
--region=REGION \
--num-nodes=4 \
--machine-type=n2-standard-32

Configure kubectl to use minio-cluster

gcloud container clusters get-credentials minio-cluster --region=REGION

2. Deploy MinIO Object Storage

3. Get the JWT to login to Operator UI

kubectl -n minio-operator  get secret $(kubectl -n minio-operator get serviceaccount console-sa -o jsonpath="{.secrets[0].name}") -o jsonpath="{.data.token}" | base64 --decode

4. Port Forward into Operator UI

kubectl -n minio-operator port-forward svc/console 9090

5. Create a MinIO Tenant

Go to http://localhost:9090, enter the JWT from the previous step and create a tenant.

6. Sign up for MinIO Subscription Network

To receive 24/7 support, send us an email at subnet@min.io to get started.

You are using Internet Explorer version 11 or lower. Due to security issues and lack of support for web standards, it is highly recommended that you upgrade to a modern browser.