A deep dive into Strimzi

Kondah Mouad
Geek Culture
Published in
21 min readJun 22, 2022

--

Strimzi is an open-source project that provides container images and Kubernetes operators for running Apache Kafka on Kubernetes.

In this article, we take a closer look at how strimzi works behind the scenes.

Content:

  • Vert.x
  • Kubernetes Informers Background
  • Strimzi Operators
  • User Operator
  • Cluster operator
  • Topic Operator
  • Entity Operator

0. Vert.x

--

--