Accessing Strimzi kafka outside of Kubernetes using Gloo #6299
rishinair19
started this conversation in
General
Replies: 1 comment 2 replies
-
I do not know Gloo hands-on. But one thing to keep in mind is that Kafka is a TCP connection. So common issue with API Gateways would be how they deal with TCP -> especially if you don't want to use TLS and some form of TLS passthrough with Gloo either (since you do not want to use it with Ingress, I guess it might be the same?) |
Beta Was this translation helpful? Give feedback.
2 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.
-
We've been using Strimzi for Kafka in AWS but now we're migrating to DC. For listener, we were using Loadbalancer till now and it was working well with AWS.
But now we're moving to DC so we can't really use any LBs. We don't wish to go with Nodeport as its not stable. With ingress, we can't use SSL so basically we can't use any of the 3 external listeners.
For exposure, we do have Gloo and I did try to expose the kafka bootstrap service but I'm unable to connect to it over port 9092. It seems connection is being blocked but I'm not really sure. I wanted to confirm is this because I have not configured an external listener in Kafka config?
Beta Was this translation helpful? Give feedback.
All reactions