From 5daa5eb5e8e342bbca1cb38c0fd5bf69afc799d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de> Date: Wed, 29 Apr 2020 16:13:54 +0200 Subject: [PATCH] Add notes on Kafka installation --- execution/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/execution/README.md b/execution/README.md index 7fe2fd978..2d7a4bd3d 100644 --- a/execution/README.md +++ b/execution/README.md @@ -22,8 +22,25 @@ below), we provide a [patch](https://github.com/SoerenHenning/cp-helm-charts) for these helm charts. Note that this patch is only required for observation and not for the actual benchmark execution and evaluation. +#### Our patched Confluent Helm Charts + +To use our patched Confluent Helm Charts clone the +[chart's repsoitory](https://github.com/SoerenHenning/cp-helm-charts) and run + +```sh +helm install my-confluent . +``` + +from within the cloned repository. Further configuration is possible by using a +helm YAML configuration file, passed by `-f values.yaml` to helm's install +command. + **TODO** Add required configuration, installation +#### Other options for Kafka + +Other Kafka deployment, for example, using Strimzi, should work in similiar way. + ### The Kafka Lag Exporter Lightbend's Kafka Lag Exporter can be installed via helm: -- GitLab