Rancher and MinIO in k8s Environment using Kustomize - cniackz/public GitHub Wiki

Objective:

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

Steps:

  1. Install Rancher Desktop from https://rancherdesktop.io/
  1. Create a multi-node cluster as observed in: https://docs.rancherdesktop.io/how-to-guides/create-multi-node-cluster/
  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:

Conclusion:

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