Introduction Infrastructure automation is a crucial part of modern DevOps workflows, enabling teams to manage cloud resources efficiently using Infrastructure as Code (IaC). Terraform is a widely used IaC tool, and when paired with Atlantis, it provides a seamless, GitHub-driven workflow for managing infrastructure changes. Atlantis...
Introduction Welcome back to the exciting adventure through the Terraform Mastery blog series! In Part 1 of this series, we revealed some basic and advanced tips to decorate your IAC management capabilities. Now, in this part, we’re going to dive deep into some other important tips that may in addition streamline your workflow,...
Introduction Welcome to the magical world of Terraform, where cloud infrastructure meets innovation! While many people know the basics, there are hidden gems buried deep inside this powerful tool just waiting to be discovered. This blog is your guide to some unique tips and tricks that can supercharge your Terraform skills, increase your...
Introduction Elasticsearch is a powerful search engine that's commonly used for log and data analytics. Setting a multi-node cluster enhances the availability, fault tolerance, and performance of Elasticsearch, making it a preferred choice for production environments. In this blog post, I'll walk you through the steps to create a...
Introduction The main goal of this blog is to provide production-grade best practices for Microservices Infra in a way to implement the entire system easily on your own. You’ll see what an end-to-end solution looks like, including how to combine Kubernetes, AWS VPCs, data stores, CI/CD, secrets management, and a whole lot more to...
Terraform is a tool for creating, managing and versioning the infrastructure effectively. Terraform provides a common configuration to launch infrastructure of physical servers, DNS, Email Servers. With terraform, we will be launching servers using simple file based configuration ( JSON based ) and maintain versioning for each launch on...