Switch language한국어
Back to the list

The Kafka Incident That Was Just a Certificate (And the Operator That Saved MirrorMaker)

TL;DR AI

Key summary

2 min read
  1. A Kafka cluster on EKS briefly triggered an under-replicated partitions alert while Strimzi automatically renewed CA certificates and rolled pods one by one.

  2. The alert was part of routine maintenance, not an outage, showing how operator-driven rotations can look like incidents in monitoring.

  3. MirrorMaker2 kept replication working by using Reflector to copy the primary cluster’s CA secret into its namespace for cross-namespace TLS trust.

  4. The setup highlights both the monitoring noise from certificate renewals and the need for secret mirroring in Kubernetes Kafka deployments.

Read the original