Skip to main content

· 4 min read
Barry Logen

Kubernetes, as an indispensable application for cloud deployment, facilitates the containerized deployment of applications. It provides an effective mechanism for deploying, planning, updating, and maintaining applications.

This article primarily introduces the basic concepts of Kubernetes.

· 3 min read
Barry Logen

Debezium is an open-source CDC (Change Data Capture) tool that streams database changes in real-time to Kafka, where data can be further processed or synchronized with various databases like MySQL, Oracle, PostgreSQL, StarRocks, and more through Sink Connectors.

Using a MySQL -> Kafka -> StarRocks pipeline as an example, this guide demonstrates how Debezium enables efficient and stable data synchronization across systems.