Aller au contenu principal

Install

Apache Kafka is managed by the Strimzi Operator.

Manual Installation​

With helm

helm upgrade --install kafka-operator -f values/values-operator.yaml --namespace kosmos-stream --create-namespace strimzi-kafka-operator/
helm upgrade --install kafka-cluster -f values/values-cluster.yaml --namespace kosmos-stream --create-namespace kafka-cluster/

or with the provided Helmfile

helmfile sync helmfile_data.yaml.gotmpl -l app=kafka