Ritesh Kumar Nayakwww.devopswithritesh.in·Nov 30, 2024Azure Application Gateway Implementation via TerraformAzure Application Gateway is a web traffic load balancer that helps you manage traffic to your web applications. Unlike traditional load balancers, it operates at the application layer (Layer 7) of the OSI model. Use-Case Hosting Multi-Tier Applicat...Discuss·28 readsAzure
Ritesh Kumar Nayakwww.devopswithritesh.in·Nov 20, 2024Enhance Azure Traffic Manager with Terraform: Leveraging Data SourcesAzure Traffic Manager is a robust DNS-based traffic load balancer that enables you to distribute network traffic efficiently across multiple regions. Imagine a scenario where you've deployed both web and application servers in various regions to ensu...DiscussAzure
Ritesh Kumar Nayakwww.devopswithritesh.in·Oct 31, 2024Streamlining App Traffic: Deploying Azure Internal & External Load Balancers with Terraform IACIn Azure, Internal and External Load Balancers serve as crucial network components that distribute traffic effectively, help ensure high availability, and play a significant role in securing network traffic. We have earlier deployed an External LB in...DiscussAzure
Ritesh Kumar Nayakwww.devopswithritesh.in·Oct 27, 2024Simplifying Auto-Scaling with Terraform: Deploy VMSS EfficientlyAzure Virtual Machine Scale Sets (VMSS) – a powerful Azure service designed to automatically manage, scale, and balance multiple virtual machines to support varying workloads. Azure VMSS is a service that allows you to deploy and manage a set of iden...Discuss·43 readsDevops
Ritesh Kumar Nayakwww.devopswithritesh.in·Oct 17, 2024Deploying Azure Standard Load Balancer in Web-Tier via TerraformIn this article, we’ll configure an Azure Load Balancer in front of our web servers, eliminating the need for public IP addresses on the individual servers. Instead, the load balancer will be exposed to handle incoming traffic and distribute it acros...DiscussAzure
Ritesh Kumar Nayakwww.devopswithritesh.in·Oct 13, 2024Deployment of Azure Bastion Host and Service with Terraform for Secure VM AccessA Bastion Host or Bastion Service is essential for securing remote access to your virtual machines (VMs) in the cloud without exposing them to the public internet. Traditionally, accessing VMs required public IPs, increasing the risk of attacks from ...Discuss·38 readsAzure
Ritesh Kumar Nayakwww.devopswithritesh.in·Oct 9, 2024Terraform IAC: Setting Up Azure Virtual Machine in Web-TierAs part of a 4-tier networking setup, we have already demonstrated the complete networking setup using Terraform. This time, we will extend the architecture by deploying virtual machines into the respective subnets and hosting a static website. This ...DiscussTerraformwithAzure