/kafka-multicluster

Confluent Kafka Multi-Cluster setup lab

Primary LanguageMakefileMIT LicenseMIT

Kafka Multi Cluster

Quickstart

Initialise helm repo

make helm-update

Initialise Namespaces

make create-ns

Deploy Control Center and Nginx Ingress Controller

make deploy-c3 deploy-nginx

Deploy Kafka Cluster 1 and Kafka Cluster 2

make deploy-kafka1 deploy-kafka2

Cleanup

make clean-up