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 > > >
