Lakshay Dhoundiyallakshaydhoundiyal.hashnode.dev·Nov 21, 2024The Secret to Google's Uninterrupted Service: Zero Downtime During UpdatesIn today’s digital world, even a few minutes of downtime can cause significant revenue losses, reduce user trust, and damage a brand's reputation. For tech giants like Google, whose services support billions of users globally, maintaining 100% uptime...Discuss·41 likes·50 readsGoogle infrastructure
Lakshay Dhoundiyallakshaydhoundiyal.hashnode.dev·Nov 21, 2024The Secret to Google's Uninterrupted Service: Zero Downtime During UpdatesIn today’s digital world, even a few minutes of downtime can cause significant revenue losses, reduce user trust, and damage a brand's reputation. For tech giants like Google, whose services support billions of users globally, maintaining 100% uptime...Discuss·41 likes·50 readsGoogle infrastructure
Jay Kasundralearningaws.hashnode.dev·Nov 21, 2024AWS Basics: Load Balancers, Auto Scaling, and the 5 Core Pillars ExplainedElastic Load Balancer Elastic Load Balancing distributes incoming application or network traffic across multiple targets, such as Amazon EC2 instances, containers, and IP addresses, in multiple Availability Zones Elastic Load Balancing scales your...Discuss·10 likesDevops
Vishnu RachapudiforTechno Diarytechnodiaryvishnu.hashnode.dev·Nov 15, 2024Mastering AWS Load Balancers: CLB, ALB, NLB, GWLB & More! 🌐🚦Load balancers play a pivotal role in cloud infrastructure, ensuring that traffic is distributed efficiently across resources for high availability, performance, and security. In AWS, you have multiple load balancer options to choose from, each servi...DiscussAWS
Urvish Suhagiyaurvishsuhagiya.hashnode.dev·Nov 14, 2024A Step-by-Step Guide to Setting Up an Application Load Balancer with AWS EC2Understanding Load Balancing What is Load Balancing? Load balancing is the process of distributing network traffic across multiple servers to ensure no single server becomes overwhelmed, leading to optimal resource utilization, increased reliability,...Discuss·2 likesDevops
Subbu Tech Tutorialssubbutechtutorials.hashnode.dev·Nov 11, 2024Load Balancer-BasicsA load balancer is a device that distributes network traffic across multiple servers to improve the performance and reliability of an application or service. It acts as a single point of contact for clients, sitting between the user and the server gr...DiscussKubernetes Basics: A Beginner’s GuideAWS
Chethana S Vchethanasv.hashnode.dev·Nov 9, 2024Understanding Load Balancers: The Backbone of Scalable SystemsIn today’s digital era, there is a need for high availability, scalability, and much efficient resource utilization. Being a DevOps or Cloud engineer, the most important and necessary component you'll encounter in building reliable systems is the loa...DiscussCloud
Matt MulvaneyforHot off the Application Expressmattmulvaney.hashnode.dev·Nov 7, 2024Configure OCI Load Balancer to Land on a Custom APEX ApplicationIn OCI, find your Load Balancer. If you don’t have one, perhaps this might help. Click Rule Sets > Create Rule Set Set Name = Landing, set Rule 1 > Name = Landing Redirect Check the Specify URL redirect rules box Set Source path to /ords/_/land...Discuss·2 likes·39 readsorclapex
Matt MulvaneyforHot off the Application Expressmattmulvaney.hashnode.dev·Nov 7, 2024Certificate choices for OCI Load BalancerI’ve tried to simplify this section, because it can get complicated. I also provide a table of where to upload the certificates as I really needed one and I couldn’t find any - so I created my own. Certificate Choices Your choices are Get Let’s Encr...Discuss·2 likesOCI
Matt MulvaneyforHot off the Application Expressmattmulvaney.hashnode.dev·Nov 7, 2024A VCN for OCI Load BalancerIn this Blog, we are designing a VCN and the Load Balancer. Our overall design has another VCN which contains an ORDS in a compute instance. Deploying a these two VCNs, connected by an LPG, is valid for achieving network segmentation and scaling flex...Discuss·2 likesOCI
Matt MulvaneyforHot off the Application Expressmattmulvaney.hashnode.dev·Nov 7, 2024Creating an OCI Load Balancer for APEXWe are going to create an OCI Load Balancer in its on VCN and configure it with prepared certificates. Preparation Create a VCN as described here - use the examples provided Update the ADB’s Network Access to Private End Point on the lb-vnc and the...Discuss·2 likes·44 readsOCI