Vipin Yadavblog.vipinyadav.in·Feb 14, 2025Deploying a Scalable and Highly Available Web Application on AWS with TerraformIntroduction Building a scalable and highly available web application on AWS requires a well-architected infrastructure that can handle traffic spikes, ensure uptime, and optimize costs. This guide walks you through implementing such an architecture ...Terraform
Javed kumailjavedkumail.hashnode.dev·Feb 2, 2025Globally Scalable Web Server on Google Cloud Platform (GCP)Overview A big thanks to my mentor Mr. Samrat Priyadarshi who helped me build t his project which focuses on building a globally scalable web server using Google Cloud Platform (GCP). The key components include network configuration, multi-region dep...GCP
Neha Bhardwajnehabhardwaj.hashnode.dev·Jan 28, 2025Day 3: Auto Scaling Group with Integrated Load Balancer and Web Application Firewall (WAF)Create Auto Scaling Groups Step 1 To create Auto Scaling Groups, we need to select the template which will be used to configure new instances while scaling the application. Go to next step. Step 2 Choose network such as VPC and Availability Zone. He...#awsasg
Favour Obedobedfavour.hashnode.dev·Jan 24, 2025Exploring Kubernetes Autoscaling: How Does it Function?Kubernetes Autoscaling: How It Works, Why It Matters, and the Latest Tools Autoscaling in Kubernetes is one of the most critical features enabling cloud-native applications to handle variable workloads efficiently. It ensures optimal resource utiliza...Kubernetes
Kunal Katiyarkunalkatiyar.hashnode.dev·Jan 19, 2025A Comprehensive Guide to GCP's Auto Scaling and Custom Metrics for Big ArchitecturesMotivation This week, I was working on optimizing our Kafka consumer services, when I noticed the most load that we used to have was during night when some job runs, and mostly the resources were being unused. I quickly looked into the lag build up,...10 likesautoscaling
Vaishali Jogdandevaishalijogdande.hashnode.dev·Jan 11, 2025What Is Autoscaling and How Does It Work?Autoscaling To increase the count of server is called Autoscaling. Automation in scaling Region specific High Availability Fault Tolerance(0 downtime) Scale out/Scale up Scale in/ Scale down Cost management Types of scaling - Vertical scal...Devops articles
Saurabh Adhaudevopsvoyager.hashnode.dev·Jan 6, 2025Lifecycle Hooks in Auto ScalingWhat are Auto Scaling Hooks? Lifecycle hooks in AWS Auto Scaling Groups (ASG) allow you to pause instance transitions (launching or terminating) and perform custom actions before they complete. ✅ Use Case Example: Run custom scripts before an EC2 in...10 likesQ & Alifecycle-hooks
Harshit Sahuharshitsahu2311.hashnode.dev·Jan 3, 2025Autoscaling in Kubernetes - CKAImagine we have a web application deployed in a Kubernetes cluster. As the traffic to your application grows, the CPU and memory usage of your pods also increase. If you don’t act quickly to scale up the number of replicas (instances of your applicat...42 readsCertified Kubernetes Administratorautoscaling
Hari Lachannagariterraform-series.hashnode.dev·Dec 31, 2024Autoscaling Groups and Load Balancers in AWS with TerraformIn this blog, we will explore how to set up Autoscaling Groups and Load Balancers using Terraform. These resources ensure that your application is scalable and highly available. Let’s dive into the step-by-step implementation using the provided Terra...Terraform
Manav Rajpalmanavoncloud.hashnode.dev·Dec 27, 2024🚀 Deploying a Scalable Website on the Cloud Made EasyDeploying a scalable website on the cloud isn’t as complicated as it sounds. With the right setup, you can handle traffic spikes and optimize costs without breaking a sweat! Here’s how I recently deployed a website with autoscaling enabled, ensuring ...AWS