Skip to content

Instantly share code, notes, and snippets.

@denzhel
Created February 9, 2022 20:11
Show Gist options
  • Select an option

  • Save denzhel/15d650ad23640994a7859166444dfc27 to your computer and use it in GitHub Desktop.

Select an option

Save denzhel/15d650ad23640994a7859166444dfc27 to your computer and use it in GitHub Desktop.
install kafka minion using helm chart

To intall a kafka minion inside your name space, run the following:

helm install kafka-minion kafka-minion/kafka-minion --set "kafka.brokers=kafka:9092,serviceMonitor.create=true" --version=1.3.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment