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/operatorinto the new namespace. The Helm release should be calledminio-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
- Next lesson
- Question 3: Find Pods first to be terminated