tree: 7a4e7d61a968b73414de1bebd760c9e06684ce5f [path history] [tgz]
  1. 01-configure/
  2. 02-rbac-namespace-default/
  3. 03-zookeeper/
  4. 04-outside-services/
  5. 05-kafka/
  6. 00-namespace.yml
  7. README.md
  8. setup-cluster.sh
.test-infra/kubernetes/kafka-cluster/README.md

Kafka test cluster

The kubernetes config files in this directory create a Kafka cluster comprised of 3 Kafka replicas and 3 Zookeeper replicas. They expose themselves using 3 LoadBalancer services. To deploy the cluster, simply run

sh setup-cluster.sh

Before executing the script, ensure that your account has cluster-admin privileges, as setting RBAC cluster roles requires that.

The scripts are based on Yolean kubernetes-kafka