Akshay Siwalakshay-siwal.hashnode.dev·14 hours agoUnderstanding Slack's January 2021 Outage: A Restaurant AnalogyOn January 4th, 2021, Slack experienced a significant outage that affected millions of users worldwide. While the root cause was traced to degraded AWS Transit Gateways (network connectivity issues), an interesting cascade of events occurred when Sla...Discussslack
Emmanuel Aladejana (Janor)eaaladejana.hashnode.dev·Nov 3, 2024Stop Babysitting Your Storage: My 15-Minute AWS Auto-Scaling SolutionHey there! 👋 Let me walk you through something incredibly cool - automatic EBS volume resizing for your AWS Auto Scaling Groups. You know that panic when your disk space starts running low? We're going to make that a thing of the past by building a ...DiscussAWS
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·41 readsDevops
Santhosh Haridassaws-devops-project.hashnode.dev·Oct 25, 2024🌐 Day-11:Automated Website Deployment with AWS: EC2, Target Groups, and Application Load Balancer 🌐Step - by- Steps: Project Overview I recently completed a hands-on project where I automated the deployment of a web application using AWS services and Bash scripting. This project taught me how to leverage AWS infrastructure for high availability, s...DiscussAWS
Santhosh Haridassaws-devops-project.hashnode.dev·Oct 24, 2024🚀 Day 10: AWS Project - Classic Load Balancer & Auto Scaling Implementation 🌐Step - by - Steps I recently completed an AWS project focusing on deploying and managing a highly available infrastructure using Classic Load Balancer and Auto Scaling. Here's the process I followed: Launched Two EC2 Instances: Configured two instan...DiscussAWS
Md Shahriyar Al Mustakim Mitulmitul-shahriyar.hashnode.dev·Oct 24, 2024Kubernetes 101: Part 8Autoscaling It means that the services can be scaled up or down depending on needs. To achieve true cloud native autoscaling, three things are needed. Both the application and infrastructure must be designed to scale effectively The system shoul...DiscussSpecial Interest Group
TECH-NOTESforTECH-NOTESblog-technotes4you.hashnode.dev·Oct 24, 2024K8s HorizontalPodAutoscaler (HPA)In this blog, I want to show you how to scale Kubernetes pods with Autoscaler. Horizontal scaling means that the response to increased load is to deploy more pods. If the load increases, the number of pods is scaled out to the maximum, and if the loa...Discuss·52 readsKubernetesKubernetes
Aradhya Shrivastavaaradhyashrivastava.hashnode.dev·Oct 21, 2024Cloud Optimization: A Path to Efficient Resource ManagementCloud optimization is the process of correctly selecting and allocating the right resources to a workload or application. By ensuring that these resources are used efficiently, performance is optimized. The benefits of cloud optimization include: Si...Discussautoscaling
Utsav Sonkarsigmadevutsav.hashnode.dev·Oct 20, 2024Get Started with KUBERNETES(Including HELM): Basic to IntermediateWelcome to Week 10 of my ‘Learn in Public’ journey! 🚀 This week, I’m excited to explore Kubernetes, one of the most powerful tools for managing containerized applications across multiple hosts. Kubernetes automates deployment, scaling, and managing ...DiscussDevOps Basics in 3 MonthsDevops
Kedar Pattanshettikedarpattanshetti.hashnode.dev·Oct 16, 2024☑️Day 45: Learning Horizontal Pod Autoscaler (HPA) in Kubernetes🚀🔹Table of Contents : Introduction Setting Up the Environment for HPA Task: Creating a Service and Deployment Using HPA Creating the hpa.yaml File Applying the YAML File Testing the Service Implementing Horizontal Pod Autoscaling Simulating...Soothfy App and 1 other are discussing this2 people are discussing thisDiscuss·26 likesDevops