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:
- Install
Rancher Desktop
from https://rancherdesktop.io/
- Create a multi-node cluster as observed in: https://docs.rancherdesktop.io/how-to-guides/create-multi-node-cluster/
- Once your cluster is up and ready with
k3d
andRancher
then install MinIO Operator:
kubectl apply -k github.com/minio/operator/
- Install Tenant from the UI:
Conclusion:
No TLS issue observed when installing MinIO in Rancher with above steps.