See: https://itnext.io/kafka-on-kubernetes-the-strimzi-way-part-1-
bdff3e451788
Start with: `kubectl -n juplo apply -f cluster.yaml`
--- /dev/null
+apiVersion: kafka.strimzi.io/v1beta2
+kind: Kafka
+metadata:
+ name: juplo
+spec:
+ kafka:
+ version: 3.5.1
+ replicas: 1
+ listeners:
+ plain: {}
+ config:
+ offsets.topic.replication.factor: 1
+ transaction.state.log.replication.factor: 1
+ transaction.state.log.min.isr: 1
+ storage:
+ type: ephemeral
+ zookeeper:
+ replicas: 1
+ storage:
+ type: ephemeral