Debezium is developed base on Kafka Connect framework and we need Apache Kafka cluster to store the captured events data from source databases. Sometime we do not require the level of tolerance and reliability provided by Apache Kafka cluster, but you still need Change Data Capture (CDC). This is where Debezium Engine come into the picture.
Tag: Docker
Running ElasticSearch and Kibana on RPi4 for Logs Analytics
Let’s look at how can we quickly deploy a standalone ElasticSearch and Kibana using Docker Compose to start monitoring application and system logs
K8s on RPi 4 Pt. 3 – Installing Kubernetes on RPi
Installing Kubernetes is a long and complicated process. Proper planning and design are essential for a successful installation. The information for deploying and configuring K8s is out there but some time they are not pieced together. This is like connecting dots in your brain. Once you have these dots connected, things become clear and easy. It’s like Eureka!
So You Want to Build Quarkus Native Image Inside Container, Think Again!
Let us walk through how we failed to build the Jenkins JNPL Slave container for GraalVM with Docker and GraalVM with Podman.