<mohammadrony>

Minio Kubectl Plugin

kubectl krew install minio

Operator

Dry run

kubectl minio init --output

Create resource

kubectl minio init

Tenant

Create persistent volume

kubectl apply -f persistent-volume.yaml

Start minio tenant

kubectl minio tenant create miniotenant \
  --capacity 4Gi                        \
  --servers 2                           \
  --volumes 4                           \
  --namespace minio                     \
  --storage-class local-storage
  # --output > minio-tenant.yaml

Minio api ingress

kubectl apply -f minio-ingress.yaml