Istio Kafka Wire protocol Support

Hi Team,

I am new to Istio, We are planning to use Istio as SSL Service Mesh, For Kafka in a K8S environment.

I would like to check does Istio support Kafka Wire protocol communication.

Regards,
Ksampath

Hi, here is this of supported protocol:
https://istio.io/about/feature-stages/#traffic-management .

This would need to be covered by envoy and that task is still outstanding albeit underway, for more details see https://github.com/envoyproxy/envoy/issues/2852 and the WIP PR https://github.com/envoyproxy/envoy/pull/4950.

Kev

Not yet, but it is being worked on:

Has anyone tried deploying kafka and zookeeper inside kubernetes with istio enable?

Any guidance on this topic? I’ve been doing some research and I cannot really conclude whether it is possible to run Kafka on top of Istio with mTLS.