How to expose the external access with multiple kafka pods #9739
Replies: 1 comment 9 replies
-
For a start, you have to format the YAML to make it readable. You should also check the logs to see what they say, explain what exactly does not work etc. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm a strimzi noob here. I'm trying to establish a cluster with 3 kafka replicas with external accessible service. I used the config from https://youtu.be/1qO2qGuJNQI and tweaked it a little bit according to the blog https://strimzi.io/blog/2019/04/23/accessing-kafka-part-2/.
However, when I tried to apply the configuration, only 3 zookeeper pods were initialized. The kafka pod doesn't show up by typing "kubectl get pods -n kafka". I don't know if I tweaked the config in the right way. I really appreciate If someone could provide some guidance about this.
Here is the context:
The environment is on a ubuntu PC with a docker desktop and k8s. I used
kubectl create -f 'https://strimzi.io/install/latest?namespace=kafka' -n kafka
to deploy the strimzi operator. The config is:Beta Was this translation helpful? Give feedback.
All reactions