@@ -5,10 +5,15 @@ Tested on GKE but it should work for any kubernetes cluster given the right terr
55
66## Inputs
77
8- - ** kafka_name** : name of the kafka deployment
9- - ** namespace** : kubernetes namespace to be deployed
10- - ** cluster_size** : kafka cluster size
11- - ** zookeeper_cluster_size** : zookeeper cluster size
8+ - ** kafka_name** : name of the kafka deployment
9+ - ** namespace** : kubernetes namespace to be deployed
10+ - ** cluster_size** : kafka cluster size
11+ - ** zookeeper_cluster_size** : zookeeper cluster size
12+ - ** offset_topic_replication_factor** : default kafka topic replication factor
13+ - ** kafka_rest_replicacount** : kafka rest deploment replica count
14+ - ** kafka_rest_ingress_host** : ingress host address for routing
15+ - ** kafka_rest_ingress_annotations** : extra annotations for kubernetes ingress
16+ - ** kafka_rest_enabled** : should we deploy kafka rest?
1217
1318## Dependencies
1419
@@ -17,10 +22,11 @@ Terraform Kubernetes Provider
1722## Tested With
1823
1924- terraform-providers/kubernetes : 1.9.0
20- - confluentinc/cp-kafka:5.0.1 docker image
25+ - confluentinc/cp-kafka:5.3.0 docker image
26+ - confluentinc/cp-kafka-rest:5.3.0 docker image
2127- zookeeper:3.5.5 docker image
2228- kubernetes 1.13.7-gke.8
2329
2430## Credits
2531
26- This module was initially generated from helm/incubator/kafka via [ k2tf] ( https://github.com/sl1pm4t/k2tf ) project.
32+ This module was initially generated from helm/incubator/kafka and cp-helm-charts/kafka-rest via [ k2tf] ( https://github.com/sl1pm4t/k2tf ) project.
0 commit comments