kubectl -n juplo apply -f cluster.yaml
kubectl -n juplo get configmap
kubectl -n juplo get configmap/strimzi-kafka-0 -o yaml
port: 9092
type: internal
tls: false
- - name: tls
- port: 9093
- type: internal
- tls: true
config:
offsets.topic.replication.factor: 1
transaction.state.log.replication.factor: 1
min.insync.replicas: 1
inter.broker.protocol.version: "3.5"
storage:
- type: jbod
- volumes:
- - id: 0
- type: persistent-claim
- size: 1Gi
- deleteClaim: false
+ type: ephemeral
zookeeper:
replicas: 1
storage:
- type: persistent-claim
- size: 1Gi
- deleteClaim: false
- entityOperator:
- topicOperator: {}
- userOperator: {}
+ type: ephemeral