Mahira Technology Private LimitedPromahiratechnology.hashnode.dev·Nov 18, 2024Building a Cloud Watch Dashboard for Load Balancers: A Terragrunt ApproachIntroduction :- Amazon CloudWatch Dashboard is a web-based service that allows users to monitor and visualize their AWS resources and applications in real-time.In this guide, we will walk you through the process of creating a CloudWatch dashboard spe...Discuss#CloudWatch
Mwanthi Danielbughunters.hashnode.dev·Sep 13, 2024Provisioning Scalable and Secure Multi-Environment Kubernetes Clusters on AWS Using Terraform and Terragrunt (Keep Your Terraform Code DRY)This project demonstrates the provisioning of multiple Kubernetes environments—Development, Staging, and Production—each with distinct resource capacities, leveraging Amazon Elastic Kubernetes Service (EKS) on AWS. The infrastructure will be efficien...Discuss·5 likes·118 readsAWS
Gopika Jayakrishnangopikajayakrishnan.hashnode.dev·Jul 25, 2024Discover Terragrunt: An Advanced Guide Beyond Terraform 🌟What Is Terragrunt? Terragrunt is an open-source tool developed by GruntWork that helps manage Terraform configurations with ease. By reducing code duplication, it keeps your Terraform code DRY (Don't Repeat Yourself). Terraform itself is a powerful ...Discuss·2 likes·47 readsTerraform
Aman dubeycloudastra.hashnode.dev·Jun 20, 2024Terragrunt: Simplifying Infrastructure as CodeIn the ever-evolving landscape of DevOps and cloud computing, the need for efficient and scalable infrastructure management has become paramount. One tool that has gained significant traction in recent years is Terragrunt. Terragrunt, an open-source ...Discussterragrunt
ProDevOpsGuy Tech Communityblog.prodevopsguy.xyz·May 10, 2024Advanced Terraform: Getting Started With TerragruntWhat Is Terragrunt? Terragrunt is an open source tool developed by Grunt Work that helps to reduce code duplication across your Terraform projects - effectively keeping your terraform code DRY. DRY is a popular acronym which means Do not Repeat Yours...DiscussDevops
Micah Normanminoad.hashnode.dev·Apr 16, 2024Exploring Terraform and Terragrunt on Windows with Docker and WSL2Exploring Terraform and Terragrunt on Windows with Docker and WSL2 This tutorial assumes you are familiar with basic command-line operations and have Docker and WSL2 already set up. This tutorial will walk you through: Setting up your environment I...DiscussTerraform
Yash Varmapredator-yash.hashnode.dev·Apr 10, 2024Deep Dive into Terraform - P11 (Terraform Configuration Files)One widely used Infrastructure as Code (IaC) tool that simplifies the deployment and upkeep of complex systems is Terraform. It allows infrastructure resources to be managed via code. In order to specify the desired state of the infrastructure, decla...DiscussTerraform
Cloud Tunedcloudtuned.hashnode.dev·Apr 8, 2024A Beginner's Guide to Terragrunt: Simplifying Terraform Infrastructure ManagementA Beginner's Guide to Terragrunt: Simplifying Terraform Infrastructure Management In the realm of infrastructure as code (IaC), tools like Terraform have gained immense popularity for their ability to provision and manage infrastructure resources in ...Discussterragrunt
Yash Varmapredator-yash.hashnode.dev·Apr 3, 2024Deep Dive into Terraform - P4 (Terraform Variables)Before moving ahead and start discussing about the Variables in Terraform and their examples. Let's take the quick overview on the various previous aspects of Infrastructure as Code, Terraform, and Terraform State. What is Infrastructure as Code (Ia...DiscussTerraform
Yash Varmapredator-yash.hashnode.dev·Apr 2, 2024Deep Dive into Terraform - P3 (Terraform State File Management)Before moving ahead and start discussing about the Terraform State File management across the local as well as on the Remote Backend. Let's take the quick overview on various previous aspects of Terraform and Infrastructure as Code (IaC). What is In...DiscussTerraform