Skip to content

Rancher and MinIO in k8s Environment using Kustomize

Cesar Celis Hernandez edited this page Dec 19, 2022 · 3 revisions

Objective:

To show how to install MinIO in Rancher k8s Cluster using Kustomize

Steps:

  1. Install Rancher Desktop from https://rancherdesktop.io/
Screenshot 2022-12-19 at 3 32 38 PM
  1. Create a multi-node cluster as observed in: https://docs.rancherdesktop.io/how-to-guides/create-multi-node-cluster/
Screenshot 2022-12-19 at 3 33 24 PM
  1. Once your cluster is up and ready with k3d and Rancher then install MinIO Operator:
kubectl apply -k github.com/minio/operator/
  1. Install Tenant from the UI:
Screenshot 2022-12-19 at 3 31 35 PM

Conclusion:

No TLS issue observed when installing MinIO in Rancher with above steps.

Clone this wiki locally