Hi Artur,
What’s your Kubernetes set up? Azure, AWS, GKE? You should be able to hit your
brokers from any node in the cluster but it’s best at abstract via Kubernetes
service.
BTW, Lenses will support deployment into Kubernetes our next release
Andrew Stevenson
https://landoop.com
I've created it using kubectl create -f yaml-file where I provided my
docker image info.
It looks like it is some general configuration I miss on k8 cluster. I
tried ssh, telnet and ping to the broker and nothing works. I am able to
connect to www, using for example curl.
So it is only ips on my ne
How did you create Kafka in the k8s cluster? Can you share your config?
On Tue, Dec 5, 2017, 7:49 AM Artur Mrozowski wrote:
> Hi, has anyone experience with running Kafka streams application on
> Kuberentes?
>
> Do I have to define any in/outbound ports?
> Application fails because it cannot co
Hi, has anyone experience with running Kafka streams application on
Kuberentes?
Do I have to define any in/outbound ports?
Application fails because it cannot connect to the brokers.
Best Regards
Artur