external access - ingress question #6192
Replies: 6 comments 5 replies
-
Yes.
Have you read the all parts of the blog post series you linked above? That explains how the Kafka protocol works and why this is needed. |
Beta Was this translation helpful? Give feedback.
-
Sorry, I admit , I have missed reading some parts. |
Beta Was this translation helpful? Give feedback.
-
...I changed my mind; I followed your LoadBalancer walkthrough and completed external-access. Thank you! |
Beta Was this translation helpful? Give feedback.
-
Hey, sorry to bringing this discussion up - but since it's exactly the same issue I thought would be good to avoid a duplicated topic; I've followed the same tutorial as described in the topic description (ingress access) and after so many tries I don't know anymore what I'm doing wrong. I'm trying to deploy it on AWS EKS. This is the basic config.
I have Already tried openssl and hangs forever
Also tried
* Internally, using cluster dns (svc.cluster.local) everything works just fine Any suggestion or guidance will be really appreciate, I don't have more ideas to try. |
Beta Was this translation helpful? Give feedback.
-
@scholzj External DNSBy default ExternalDNS watches Ingresses and Services and prioritises
Hope it helps someone in the future 🤞 |
Beta Was this translation helpful? Give feedback.
-
@scholzj
but the operator is generating an Ingress like this:
Traefik will not work if the ingress has tls and http configuration (they need to be managed by IngressRouteTCP). Is there a way to remove those configurations from ingress? I've tried to apply a patch but the reconciliation will rollback my changes. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I've a EKS Kubernetes, Strimzi-Kafka and I'm working on external-access of kafka.
I've read @scholzj tutorials about external access.
That one works very well but cons were already listed by Jakub.
I know only Nginx was tested but I would like use a different ingress controller (Tyk).
I need to understand a few things about Kafka before start, as I am a newbie about Kafka.
In order to pass data to Kafka, we pass
"--bootstrap-server"
parameter like"-b mykafkacluster-kafka-bootstrap.kafka.svc:9092"
I see brookers were exposed too. Also each brooker was exposed individually.
Questions:
Thanks & Regards
Beta Was this translation helpful? Give feedback.
All reactions