Posts
Automate Terraform Module Releases
May 6, 2025Struggling with manual Terraform module releases, version conflicts, and outdated docs? Discover how to automate the entire process using the Terraform Module Releaser, making your infrastructure codebase easier to maintain and scale.
Running Kafka on Kubernetes with Strimzi
April 21, 2025Explore how Strimzi simplifies Kafka deployment and management on Kubernetes with a local playground to test production-like scenarios.
Automating ECR Cleanup and Policy Management
March 9, 2025Discover how to automate AWS ECR image cleanup and lifecycle policy management at scale using the ECR Lifecycle Cleaner CLI and GitHub Action.
Creating preview environments in Kubernetes
September 22, 2024Preview Environments are a great way to test your code in isolation before merging it into the main branch. In this article, we will explore how to create Preview Environments in Kubernetes using ArgoCD.
Reusable Workflows in GitHub
March 21, 2024In this article, we are going to explore what Reusable Workflows are, how to create them, and how they embody the DRY principle.