0
0
Kafkadevops~5 mins

Kafka on Kubernetes (Strimzi) - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is Strimzi in the context of Kafka on Kubernetes?
Strimzi is an open-source project that makes it easy to run Apache Kafka on Kubernetes by providing operators to manage Kafka clusters automatically.
Click to reveal answer
intermediate
What is the role of the Kafka Operator in Strimzi?
The Kafka Operator watches for Kafka custom resources and manages the Kafka cluster lifecycle, including deployment, scaling, and upgrades.
Click to reveal answer
beginner
Which Kubernetes resource does Strimzi use to define a Kafka cluster?
Strimzi uses a Custom Resource Definition (CRD) called Kafka to define the desired state of a Kafka cluster.
Click to reveal answer
intermediate
How does Strimzi handle Kafka broker configuration changes?
Strimzi updates the Kafka brokers automatically by rolling restarts when configuration changes are applied to the Kafka custom resource.
Click to reveal answer
beginner
Name one benefit of running Kafka on Kubernetes with Strimzi.
One benefit is automated management of Kafka clusters, reducing manual work and improving reliability through Kubernetes-native tools.
Click to reveal answer
What does Strimzi primarily provide for Kafka on Kubernetes?
AA new Kafka client library
BA Kafka message broker replacement
COperators to manage Kafka clusters
DA Kubernetes networking plugin
Which Kubernetes object type does Strimzi use to represent a Kafka cluster?
AService
BCustom Resource (Kafka CRD)
CPod
DConfigMap
How does Strimzi apply configuration changes to Kafka brokers?
ARolling restart managed by the operator
BNo restarts needed
CManual restart by the user
DDelete and recreate the cluster
Which component in Strimzi watches Kafka custom resources and manages cluster lifecycle?
AKafka Operator
BKafka Broker
CZookeeper
DKubernetes Scheduler
What is a key advantage of using Strimzi for Kafka on Kubernetes?
AIt replaces Kafka with a simpler system
BIt provides a GUI for Kafka
CIt removes the need for Zookeeper
DIt automates Kafka cluster management
Explain how Strimzi simplifies running Kafka on Kubernetes.
Think about what tasks Strimzi automates for you.
You got /4 concepts.
    Describe the role of Custom Resource Definitions (CRDs) in Strimzi.
    CRDs tell Kubernetes about new resource types like Kafka.
    You got /4 concepts.