diff --git a/execution/README.md b/execution/README.md index 7fe2fd978f8ccee6ea85d45c35f71e8150fbaafe..2d7a4bd3df182165e653948fc1c3dc2b5d0e437c 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: