I want to access strimzi kafka cluster from outside kubernetes cluster. #5493
Unanswered
soominJung0413
asked this question in
Q&A
Replies: 2 comments 4 replies
-
I have encounted this problem some mouthes age. The zoo-entrance(https://github.com/scholzj/zoo-entrance) may help you. And you can also see #1337. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Why are you using ports |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm having trouble seeing the Strimzi quickstart and applying it to my Kubernetes cluster.
The template is:
The deployment results are normal and the mount is fine.

After that, I created a topic.
The WorkerNode is located in a Private SubNet due to the server structure, so I planned to access it from the outside through tunneling.
The broker's address came out to be accessible from outside the server, and the AWS security group was also released according to the node port.
I tried to check the connection via telnet from outside the server and publish a message to a topic with local kafka, but there was a problem.
I don't know what I did wrong, I went through the quickstart and looked through the documentation, gathered the necessary properties, and looked for various resources, but I couldn't solve it.
p.s
I found that when I run local kafka on Public SubNet EC2, it works well. The IP:port used is the same. I don't know what causes this to happen. = 0
Is there any good way to tunnel from the outside..?
Please take your time and help me. =(
Beta Was this translation helpful? Give feedback.
All reactions