Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
theodolite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sören Henning
theodolite
Commits
bbf4fdff
Commit
bbf4fdff
authored
4 years ago
by
Sören Henning
Browse files
Options
Downloads
Patches
Plain Diff
Update documentation to official Confluent Helm
parent
4373f3af
No related branches found
No related tags found
No related merge requests found
Pipeline
#1395
skipped
Stage: triggers
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
execution/README.md
+4
-14
4 additions, 14 deletions
execution/README.md
with
4 additions
and
14 deletions
execution/README.md
+
4
−
14
View file @
bbf4fdff
...
@@ -91,21 +91,14 @@ kubectl apply -f infrastructure/grafana/prometheus-datasource-config-map.yaml
...
@@ -91,21 +91,14 @@ kubectl apply -f infrastructure/grafana/prometheus-datasource-config-map.yaml
#### A Kafka cluster
#### A Kafka cluster
One possible way to set up a Kafka cluster is via
[
Confluent's Helm Charts
](
https://github.com/confluentinc/cp-helm-charts
)
.
One possible way to set up a Kafka cluster is via
[
Confluent's Helm Charts
](
https://github.com/confluentinc/cp-helm-charts
)
.
For using these Helm charts and conjuction with the Prometheus Operator (see
We also provide a
[
default configuration
](
infrastructure/kafka/values.yaml
)
. If you do
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
)
. We also
provide a
[
default configuration
](
infrastructure/kafka/values.yaml
)
. If you do
not want to deploy 10 Kafka and 3 Zookeeper instances, alter the configuration
not want to deploy 10 Kafka and 3 Zookeeper instances, alter the configuration
file accordingly. To install Confluent's Kafka and use the configuration:
file accordingly. To install Confluent's Kafka and use the configuration:
```
sh
```
sh
helm
install
my-confluent <path-to-cp-helm-charts>
-f
infrastructure/kafka/values.yaml
helm repo add confluentinc https://confluentinc.github.io/cp-helm-charts/
helm repo update
helm
install
my-confluent confluentinc/cp-helm-charts
-f
infrastructure/kafka/values.yaml
```
```
To let Prometheus scrape Kafka metrics, deploy a ServiceMonitor:
To let Prometheus scrape Kafka metrics, deploy a ServiceMonitor:
...
@@ -113,9 +106,6 @@ To let Prometheus scrape Kafka metrics, deploy a ServiceMonitor:
...
@@ -113,9 +106,6 @@ To let Prometheus scrape Kafka metrics, deploy a ServiceMonitor:
```
sh
```
sh
kubectl apply
-f
infrastructure/kafka/service-monitor.yaml
kubectl apply
-f
infrastructure/kafka/service-monitor.yaml
```
```
##### Other options for Kafka
Other Kafka deployments, for example, using Strimzi, should work in a similar way.
Other Kafka deployments, for example, using Strimzi, should work in a similar way.
#### A Kafka Client Pod
#### A Kafka Client Pod
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment