Designing and testing a highly available Kafka cluster on Kubernetes
Source :
learnk8s.io
Author :
Douglas Hellinger
In this article, you'll look at Kafka's architecture and how it supports high availability with replicated partitions. Then, you will design a Kafka cluster to achieve high availability using standard Kubernetes resources and see how it tolerates node maintenance and total node failure.