Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 363 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 363 Bytes

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