5 Resource Tuning Kafka Operations on Kubernetes · 4:29 Dive into the art of fine-tuning CPU and memory resources for Kafka brokers and ZooKeeper on Kubernetes, learning how to strategically set requests and limits to maximize cluster performance.
3 Multi-Region / Disaster Recovery Patterns Kafka Operations on Kubernetes · 7:03 Explore essential multi-region and disaster recovery strategies for Kafka on Kubernetes, covering active-passive configurations where a primary region handles traffic while a secondary mirrors data, ensuring resilience when failures occur.
Related KIPs Kafka Operations on Kubernetes · 3:24 Dive into the world of KIP-595 and the Raft-based metadata management system that powers modern Kafka, exploring how quorum controllers and consensus-driven leadership eliminate the need for Zookeeper.
4 Logging Kafka Operations on Kubernetes · 3:39 Dive into the essentials of configuring Kafka logging levels on Kubernetes, learning how to fine-tune broker output — from WARN in production to DEBUG when tracking down issues — to keep your cluster running smoothly and your troubleshooting sharp.
1 Metrics with Prometheus Kafka Operations on Kubernetes · 5:09 Covering the essentials of monitoring Kafka clusters on Kubernetes, this chapter walks you through how Strimzi simplifies metrics collection by automatically converting JMX data to Prometheus format without any custom code. You'll learn how to configure metrics through simple YAML declarations in your Kafka resource to get powerful observability right out of the box.
6 Lab: Cluster Upgrade & Rebalance Kafka Operations on Kubernetes · 5:32 A hands-on lab walking through the process of upgrading a Kafka cluster on Kubernetes and rebalancing workloads, teaching listeners how to execute rolling updates safely while maintaining compatibility and cluster stability throughout the transition.
1 High Availability Kafka Operations on Kubernetes · 4:26 Dive into the fundamentals of keeping Kafka resilient and fault-tolerant, learning how to configure a minimum three-broker setup and in-sync replicas to ensure your data streams stay alive even when nodes fail.
4 Lab: CDC Pipeline with Debezium Kafka Operations on Kubernetes · 4:24 A hands-on lab walking through the deployment of a complete CDC pipeline using Debezium and KafkaConnect on Kubernetes, demonstrating how to configure a PostgreSQL source connector to capture and stream real-time database changes directly from transaction logs.
2 Performance Optimization Kafka Operations on Kubernetes · 3:56 Dive into the world of Kafka producer and consumer tuning, where you'll master key performance levers like batch sizing, linger settings, and compression strategies to maximize throughput and efficiency in your Kubernetes deployments.
6 Lab: Full Observability Stack Kafka Operations on Kubernetes · 5:14 A hands-on walkthrough of building a complete observability stack for Kafka on Kubernetes, guiding listeners through deploying Prometheus and Grafana to collect metrics, visualize dashboards, and configure alerts for full operational insight.