Skip to content

How to deploy a Tenant

Cesar Celis Hernandez edited this page Aug 11, 2023 · 1 revision

Objective:

To show how to deploy a tenant in k8s

Steps:

  1. Install Operator:
kubectl apply -k github.com/minio/operator/resources/\?ref\=v5.0.7
  1. Install Tenant:
kustomize build github.com/minio/operator/examples/kustomization/tenant-lite > tenant.yaml
kubectl apply -f tenant.yaml

Expected:

Screenshot 2023-08-11 at 9 01 41 AM
Clone this wiki locally