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 On 05/12/2017, 20:55, "Artur Mrozowski" <[email protected]> wrote: 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 network I am not able to reach. /Artur On Tue, Dec 5, 2017 at 6:32 PM, Thomas Stringer <[email protected]> wrote: > How did you create Kafka in the k8s cluster? Can you share your config? > > On Tue, Dec 5, 2017, 7:49 AM Artur Mrozowski <[email protected]> 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 connect to the brokers. > > > > Best Regards > > Artur > > >
