Re: Kafka streams on Kubernetes

2017-12-06 Thread Andrew Stevenson
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

Re: Kafka streams on Kubernetes

2017-12-05 Thread Artur Mrozowski
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

Re: Kafka streams on Kubernetes

2017-12-05 Thread Thomas Stringer
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

Kafka streams on Kubernetes

2017-12-05 Thread Artur Mrozowski
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