Skip to content

Lab: Creating the Operator

The Strimzi Operator must be installed to your namespace.

Use helm to do so.

Name the helm release strimzi-{your name}. Set the createGlobalResources parameter to false.

https://artifacthub.io/packages/helm/strimzi/strimzi-kafka-operator

https://strimzi.io/blog/2018/11/01/using-helm/

Hint 1

Install the operator using the helm package manager.

Hint 2
helm repo add strimzi https://strimzi.io/charts/
helm repo update
helm install ...
Hint 3
helm repo add strimzi https://strimzi.io/charts/
helm repo update
helm install strimzi-{your name} strimzi/strimzi-kafka-operator --namespace {your name} --set createGlobalResources=false