Skip to content
Snippets Groups Projects
Commit 8d206f50 authored by Sören Henning's avatar Sören Henning
Browse files

Add documentation for Zookeeper client

parent 65aa5fd3
No related branches found
No related tags found
No related merge requests found
......@@ -102,7 +102,15 @@ Other Kafka deployments, for example, using Strimzi, should work in a similar wa
A permanently running pod used for Kafka configuration is started via:
```sh
kubectl apply -f infrastructure/kafka/kafka-client.yaml
kubectl apply -f infrastructure/kafka/kafka-client.yaml
```
#### A Zookeeper Client Pod
Also a permanently running pod for ZooKeeper access is started via:
```sh
kubectl apply -f infrastructure/zookeeper-client.yaml
```
#### The Kafka Lag Exporter
......
apiVersion: v1
kind: Pod
metadata:
name: zookeeper-client
spec:
containers:
- name: zookeeper-client
image: confluentinc/cp-zookeeper:5.4.0
command:
- sh
- -c
- "exec tail -f /dev/null"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment