Shubham Tawareshubzz.hashnode.dev·Sep 8, 2024Highly Available Kubernetes Cluster SetupIn today’s digital world, ensuring that your applications are always available is crucial. A highly available Kubernetes cluster helps you achieve this by maintaining operations despite failures, scaling efficiently, and recovering quickly from disas...Discuss·1 like·166 readsDevops
Nile Bitsnilebits.hashnode.dev·Sep 3, 2024Terraform Your Way to High Availability: Deploying a Full Stack AWS ArchitectureWe will look at how to use the open-source infrastructure-as-code tool Terraform to do this in this extensive guide. For companies looking to offer dependable services, putting in place a strong, highly available architecture on AWS is essential. Ens...DiscussTerraform
Charles Opute Odilichalu.hashnode.dev·Aug 28, 2024Availability and Fault Tolerance: Because In Relationships (And Systems), You Want Both!In the world of computer systems, much like in relationships, reliability is everything. Nobody likes a system that flakes out on them, and we definitely don’t want systems that completely crash when things go wrong. Enter availability and fault tole...DiscussCloud Computing
Nikhil Vibhanitechleadnikhil.hashnode.dev·Aug 25, 2024Optimizing Workload Distribution in Microservice Architectures: A Comprehensive Guide to Load BalancersIntroduction In large-scale distributed applications, handling thousands of requests per second is common. Eventually, the need for horizontal scaling becomes clear: relying on a single machine to manage all incoming requests is no longer feasible. H...DiscussSystem Design
Shaileshshaileshpashte.hashnode.dev·Aug 24, 2024Introduction to AWS Global Accelerator: How It WorksIntroduction In today’s fast-paced digital world, delivering applications and content with low latency and high availability is crucial for businesses to maintain a competitive edge. AWS Global Accelerator is a service designed to meet these needs by...DiscussAWSGlobalAccelerator
vikash kumardevopswizard.hashnode.dev·Aug 21, 2024Building a Resilient Kubernetes Cluster: A Journey from Local to Production-GradeRemember when you first heard about Kubernetes and went "Huh? Is that some kinda new hipster coffee shop?" Don't sweat it - we've all been there, staring at our screens like deer in headlights. I still crack up thinking about my first dance with cont...DiscussCKA journeyResilient Kubernetes Cluster
Bruno Gatetegatete.hashnode.dev·Aug 16, 2024Kubernetes High Availability and Disaster Recovery StrategiesKubernetes has become the de facto standard for managing containers at scale.Kubernetes is an open-source container orchestration platform that automates the deployment, scaling, and management of containerized applications. Developed originally by G...DiscussKubernetes
Sachin Yalagudkarsachin1313.hashnode.dev·Aug 9, 2024Configuring High Availability (HA) Kubernetes ClusterHigh Availability (HA) is crucial for ensuring your Kubernetes cluster remains operational even in the face of failures. In this blog, we'll walk through the steps to configure HA for your Kubernetes cluster. Prerequisites Basic knowledge of Kuberne...DiscussMulti-Master Setup
Azhar Hussainblog.azharhussain.net·Aug 8, 2024Understanding Cloud Infrastructure-Core Components and Infrastructure as Code (IaC)As cloud computing becomes an integral part of modern software development, understanding cloud infrastructure is crucial for anyone looking to harness the full potential of the cloud. Cloud infrastructure forms the backbone of cloud services, enabli...Discuss·4 likes·147 readsCloud Computing 101cloud compute
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