Nahidnahidislam.hashnode.dev·Dec 13, 2024AWS Auto Scaling vs. Load Balancing: Understanding the Key DifferencesIn cloud computing, maintaining application performance and ensuring availability are critical goals. Two essential tools offered by AWS to achieve these goals are Auto Scaling and Load Balancing. While they often work together, they serve different ...awsload
Mahira Technology Private Limitedmahiratechnology.hashnode.dev·Dec 11, 2024The One Trick for Deploying Cluster Autoscaler on Amazon EKS Cluster Using Helm That Nobody Talks AboutOverview :- Deploying the Cluster Autoscaler on Amazon EKS can be a challenging task, especially when using Helm. While many resources cover the basic steps, there’s one crucial trick that often goes unmentioned. This blog post will reveal this lesse...Kubernetes
Joshua Okwuagwujoshuasmartcloud.hashnode.dev·Dec 9, 2024Essential Cloud Computing Characteristics You Should KnowIntroduction Cloud computing has transformed the way businesses operate, providing unparalleled scalability, agility, and reliability. At the heart of cloud computing are several key features that enable organizations to thrive in today's fast-paced ...cloud security
Abhijit Sagareabdevops.hashnode.dev·Dec 4, 2024Comprehensive Guide to Amazon EC2: From Beginner Tips to Advanced Scaling StrategiesIntroduction to Amazon EC2 Amazon EC2 (Elastic Compute Cloud) is one of the most versatile and foundational services offered by AWS. It allows users to launch virtual servers, known as instances, with customizable configurations tailored to their app...spotinstance
Neeraj Guptaminex.hashnode.dev·Nov 27, 2024How to Auto-Scale Todo Apps on Kubernetes for Better PerformanceThis blog will show how to auto-scale the todo application in Kubernetes. Pre-requisite Kindly refer to the following blogs, where we deploy the Todo application in the Kubernetes cluster using CRD, custom controller, init container, probes, resource...1 likePython-based Todo App in KubernetesKubernetes
Ranindu Abeyratneblog.ranindu.com·Nov 25, 2024Guide to Auto Scaling in Kubernetes ClustersIntroduction I wanted to talk about a issue I had to solve regarding auto-scaling Kubernetes with Hetzner Cloud. In this guide, I will walk through my thought process and the process of setting up and configuring auto-scaling for your Kubernetes clus...8 likes·30 readsHetzner Cloud
Akshay Siwalakshay-siwal.hashnode.dev·Nov 20, 2024Understanding 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...slack
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 ...AWS
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...49 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...AWS