See:
https://itnext.io/kafka-on-kubernetes-the-strimzi-way-part-2-
43192f1dd831
microk8s enable metallb
kubectl -n juplo apply -f cluster.yaml
kubectl -n juplo get configmap/strimzi-kafka-0 -o yaml
kubectl -n juplo get services
kafkacat -b 192.168.66.0 -L
port: 9092
type: internal
tls: false
+ - name: external
+ port: 9093
+ type: loadbalancer
+ tls: false
config:
offsets.topic.replication.factor: 1
transaction.state.log.replication.factor: 1