Lesson  in  Exam 1 — Cluster Basics, Storage & Scheduling

Question 2: MinIO Operator, Helm Install

Install the MinIO Operator into its own namespace using Helm.

Install the MinIO Operator using Helm.

  • Create namespace minio.
  • Install Helm chart minio-operator/operator into the new namespace. The Helm release should be called minio-operator. Repo: https://operator.min.io.

It is not required for MinIO to become fully healthy — installing the Helm chart as requested is enough.

Hint 1

helm repo add minio-operator https://operator.min.io && helm repo update, then helm search repo minio-operator to find the exact chart name.

Previous lesson
Question 1: Contexts