Bird
0
0

You want to enable TLS encryption for Kafka clients in Strimzi. Which YAML section must you modify?

hard📝 Application Q9 of 15
Kafka - Kubernetes and Cloud Deployment
You want to enable TLS encryption for Kafka clients in Strimzi. Which YAML section must you modify?
Alisteners section to set tls: true
Bzookeeper section to enable tls
Cstorage section to encrypt data
Dreplicas section to enable secure pods
Step-by-Step Solution
Solution:
  1. Step 1: Identify TLS configuration location

    TLS for Kafka clients is configured in the listeners section by setting tls: true.
  2. Step 2: Check other sections

    Zookeeper TLS is separate, storage is for data persistence, replicas count does not affect TLS.
  3. Final Answer:

    listeners section to set tls: true -> Option A
  4. Quick Check:

    TLS enabled in listeners section [OK]
Quick Trick: Enable TLS by setting tls: true in listeners section [OK]
Common Mistakes:
MISTAKES
  • Trying to enable TLS in storage or replicas
  • Confusing Zookeeper TLS with Kafka client TLS
  • Forgetting to set tls flag

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kafka Quizzes