This article covers how to resolve python dependencies using Python’s Abstract Syntax Trees (AST). There are different and maybe better…
Building your own Kubernetes webhook
This blog is the 2nd part of a blog post on how to write custom logic for your kubernetes objects. The first post can be found here…
Kubernetes operators using Kubebuilder
In this post, we will be going over the fastest no-frills approach to getting your operator off the ground using kubebuilder. The post…
Implement your own CDC using Kafka
Most of the problems that people mention with their Kafka implementations is that they don’t have the complete visibility required over the…
Migrating Kafka topics without downtime
Why do we need to migrate a kafka topic?