Securing your Azure Kubernetes Services ClusterIn this article, I will present my perspective on securing an Azure Kubernetes cluster with the principle of least privilege as a top…Sep 13, 2024Sep 13, 2024
Unlocking Kafka Security with Access Control Lists (ACLs)Apache Kafka employs Access Control Lists (ACLs) as a vital component of its security infrastructure. ACLs regulate access to Kafka…Mar 16, 20241Mar 16, 20241
Published inMarioneteKubernetes Network In Action 3/3This is the third and final articles explaining and detailing the Kubernetes Network model with a hands-on approach. In the first article…Feb 5, 2024Feb 5, 2024
Published inMarioneteKubernetes Network In Action — 2/3This is the second of three articles explaining and detailing the Kubernetes Network model with a hands-on approach. In the first article…Jan 30, 2024Jan 30, 2024
Published inMarioneteKubernetes Network In Action — 1/3This is the first part of three articles explaining and detailing the Kubernetes Network model with a hands-on approach. The series will…Jan 22, 2024Jan 22, 2024
Monitoring Kafka Container Health with ProbesThis article will describe how to use Kubernetes Probes to monitor the health of your Kafka pods.Jan 19, 2024Jan 19, 2024
Backing up an etcd clusterAll Kubernetes objects are stored on etcd. Periodically backing up the etcd cluster data is important to recover Kubernetes clusters under…Dec 29, 2023Dec 29, 2023
Automatically Reassigning Partitions in Apache Kafka ClusterWhen you need to reassign a partition to another broker or brokers, the kafka-reassign-partitions tool comes in handy. It’s particularly…Oct 11, 20233Oct 11, 20233
Published inMarioneteImproving the performance of a Kafka Connect CSV source connectorCurrent ingestion problemsOct 10, 2023Oct 10, 2023
Running Kafka in Kubernetes with Kraft mode and SASL authentication.Learn how to launch an Apache Kafka with the Apache Kafka Raft (KRaft) consensus protocol and SASL/PLAIN authentication. This article is a…Sep 26, 2023Sep 26, 2023