Skip to content
Snippets Groups Projects
Commit 6abb189e authored by Sören Henning's avatar Sören Henning Committed by Sören Henning
Browse files

Add notes on Kafka installation

parent c17c98fe
No related branches found
No related tags found
No related merge requests found
...@@ -22,8 +22,25 @@ below), we provide a [patch](https://github.com/SoerenHenning/cp-helm-charts) ...@@ -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 for these helm charts. Note that this patch is only required for observation and
not for the actual benchmark execution and evaluation. 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 **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 ### The Kafka Lag Exporter
Lightbend's Kafka Lag Exporter can be installed via helm: Lightbend's Kafka Lag Exporter can be installed via helm:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment