Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Installation on Kubernetes

Installing Kafka Cluster

We are using the bitnami helm chart:

...

See https://

...

github.com/

...

confluentinc/cp-helm-charts


Code Block
# more to come

We can see that pods are deployed:

Code Block
$ kubectl get pods

NAME                     READY   STATUS    RESTARTS   AGE
kafka-0                  1/1     Running   3          3h9m
kafka-zookeeper-0        1/1     Running   0          3h9m

Installing Kafka Connect Cluster

...

References