Aranya Chauhanaranya.hashnode.dev·Apr 22, 2024Securing Kafka Communication Channels on Kubernetes with TLS/mTLSThe article covers a guide on setting up TLS/Mutual TLS (mTLS) for securing communication between Kafka clients and servers, specifically in a Kubernetes environment, thus mitigating potential threats such as man-in-the-middle attacks and unauthorize...6 likes·435 readskafka
Thirumurthi Sthirumurthi.hashnode.dev·Dec 3, 2022Deploy Strimzi Apache Kafka Operator in KIND cluster with KRaft modeDeploy Kafka cluster in KIND cluster In this article, I will explain to show how we can deploy Strimzi Kafka enabling KRaft mode in KIND cluster within the Docker desktop. The configuration defined in this article also shows how we can access Kafka...1 like·1.5K readsKraft
Basanta Kharelbasantakharel.com·Nov 15, 2022JAAS config entry not terminated by semi-colonThis is a blog regarding an error I encountered while trying connecting to Confluent Kafka Bootstrap server from self-manged KafkaConnect in my local minikube server in windows environment. If you are getting this error and are not using windows envi...4.1K readsStrimzi