How to deploy Kafka and Zookeeper on Kubernetes
In a Microservices based architecture message -broker plays a crucial role in inter-service communication. The combination of Kafka and Zookeeper is one of the most popular message brokers. This tutorial explains how to Deploy Kafka and zookeeper stateful sets along with the corresponding services on a multi-node Kubernetes cluster.
Read the full blog, I wrote, here
https://www.zekelabs.com/blog/how-to-deploy-kafka-and-zookeeper-cluster-on-kubernetes/