Ritesh Kumar Nayakwww.devopswithritesh.in·Oct 6, 2024Setting Up a 4-Tier Azure VNet Architecture with Terraform IACArchitecture In this article, we will explore the automation of a complete 4-tier networking setup on Azure using Terraform as Infrastructure as Code (IaC). The setup will include a resource group containing a Virtual Network (VNet), which will host...Discuss·1 likeTerraform
Sprasad Pujarisprasad.hashnode.dev·Sep 30, 2024🏗️ Infrastructure as Code (IaC): Revolutionizing IT OperationsIn today's fast-paced digital world, managing infrastructure efficiently is crucial for businesses to stay competitive. Enter Infrastructure as Code (IaC) – a game-changing approach that's transforming how we handle IT operations. 🚀 The Old Way vs. ...DiscussInfrastructure as code
Sprasad Pujarisprasad.hashnode.dev·Sep 18, 2024Infrastructure as Code (IaC): A Comprehensive Guide to IaC Tools 🚀Infrastructure as Code (IaC) has revolutionized the way we manage and deploy IT infrastructure. In this comprehensive guide, we'll explore the different types of IaC tools, their use cases, and how they fit together in a modern DevOps environment. Ty...Discuss·1 like#InfrastructureAsCode
Sudhanshu Sanjay Motewarsudhanshumotewar.hashnode.dev·Sep 15, 2024AWS CDK - Building Cloud Infrastructure as Code🧑💻👉 Quick Intro 🔥 There are many ways to create resources in AWS like AWS Management Console AWS CLI AWS Software Development Kit (AWS SDK) AWS Cloud Development Kit (CDK) Terraform many more… You should know AWS CloudFormation before going...Discuss·11 likes·68 readsAWS
Prasad Reddyprasadreddy.hashnode.dev·Sep 1, 2024A Guide to Terraform Flatten, Merge, and Lookup FunctionsTerraform provides several built-in functions that help manage and manipulate data structures. In this guide, we will delve into three essential functions: flatten, merge, and lookup. Understanding these functions will enable you to write more effici...DiscussTerraformTerraform
Prasannaprasanna-s.hashnode.dev·Jul 31, 2024Building Resilient Infrastructure: Deploying EC2 Instances Across Multiple Availability Zones using TerraformIntroduction Deploying EC2 Instances in Multiple Availability Zones with a Load Balancer Using Terraform Deploying EC2 instances across multiple Availability Zones (AZs) is a key practice for ensuring high availability and fault tolerance of your app...Discuss#CloudInfrastructureAutomatio
Prasad Reddyprasadreddy.hashnode.dev·Jul 20, 2024Terraform AzAPI to Pull image over VNet for Containerized Azure Function Apps from ACR (Azure Container Registry)In this article, we will learn how to use the Terraform AzAPI provider to enable the "Pull image over VNet" setting for an Azure Function App. This is necessary when provisioning an Azure Function with VNet Integration and an Azure Container Registry...Discuss·67 readsTerraformTerraform
Neha Bhardwajnehabhardwaj.hashnode.dev·Jul 2, 2024Day 1: Why DevOps ?◼ INTRODUCTION TO DEVOPS DevOps, as its name suggests, consists of two parts: Development and Operations. It acts as an intermediate between software development team knows as Dev and operations team as Ops. DevOps is a solution provided to the IT in...Discuss·1 like·29 readsDevops
Tanvi Desaitanvidesai.hashnode.dev·Jul 1, 202490DaysOfDevOps ChallengeDevOps is a crucial set of practices merging software development and IT operations. Its aim is to shorten the development lifecycle and ensure the continuous delivery of high-quality software through automation and collaboration. Automation Automati...DiscussDevops
Debashis Adakadak.hashnode.dev·Jul 1, 2024Pulumi-Day1- Getting StartedHi All, I am starting to learn pulimi. Pulumi's infrastructure-as-code SDK helps you create, deploy, and manage AWS containers, serverless functions, and infrastructure using programming languages like TypeScript, Python, Go, C#, and Java, and markup...DiscussDevops