๐ Deploy Kafka on GKE
sydrawat01 opened this issue ยท 0 comments
sydrawat01 commented
Feature requirements:
- Install Kafka on the cluster using the Infrastructure Helm Chart.
- Kafka should have
3
brokers. - Create a
healthcheck
Kafka topic with3
partitions. - Use
tfvars
to definevalues.yaml
for the Helm Chart.
Refer Terraform Helm Provider for more details on how to implement this.