Khoa Trinhthevneseitguy.hashnode.dev·9 hours agoHow does the load balancer handle the request?We can consider the load balancer as a proxy which could help you distribute your load among the servers. We can imagine the diagram below when initiating a request to the load balancer stepssource IPTarget IPRequest IdentifierUri Client sends...DiscussLoad Balancer
Emmanuel Yewandemrincredible.hashnode.dev·Sep 28, 2023Implementing a Load balancer Solution with Apache for complete beginnersImplementing a Load balancer Solution with Apache for complete beginners Load balancers are a special type of server farm that helps in efficiently distributing incoming network traffic across a group of backend servers. This helps in serving hundred...Discussapache
Ayotomide Bankolehaywhylord.hashnode.dev·Sep 18, 2023How to optimize performance using AWS Load Balancing strategies"Error - 404 not found." Your customers keep getting this message as they type your site's URL into their browser. It is the first Friday in November, and your company is doing Black Friday sales but unfortunately, your customers can't access your si...DiscussLoad Balancing
Habeeb Dindihabeebdindi.hashnode.dev·Sep 18, 2023What Happens When You Type www.google.com and Press Enter?Every time we want to visit a website, we quickly type in the domain name or URL(Uniform Resource Locator), and voila - the webpage appears on our screens. But have you ever wondered what happens under the hood when you type "www.google.com" in your ...DiscussWeb Development
CHANDRESH PATLEchandreshpatle.hashnode.dev·Sep 14, 2023Day 41 Task: Setting up an Application Load Balancer with AWS EC2🔶 What is Load Balancing? Load balancing is the distribution of workloads across multiple servers to ensure consistent and optimal resource utilization. It is an essential aspect of any large-scale and scalable computing system, as it helps you to i...Discuss90DaysOfDevopsChallengeLoad Balancer
Agnes jadhavagnes18.hashnode.dev·Sep 8, 2023Day 41: Setting up an Application Load Balancer with AWS EC2 🚀 ☁What is Load Balancing? Load balancing is the distribution of workloads across multiple servers to ensure consistent and optimal resource utilization. It is an essential aspect of any large-scale and scalable computing system, as it helps you to impr...Discuss·1 like·73 readsAWS
Abhishek Singhopscribe.site·Aug 22, 2023[Updated] How to install MetalLB in your Self hosted K8s cluster.What is MetalLB? MetalLB is a load-balancer that can be implemented in your self-hosted(bare metal) Kubernetes cluster two support service type Loadbalancer. Kubernetes does not offer an implementation of network load balancers (Services of type Load...Discuss·20 likes·447 readsmetallb
Mizan Firdausimizanf123.hashnode.dev·Aug 22, 2023AWS with Elastic Load Balancer(ELB)What is Load Balancing? Load balancing is a technique used in computing to distribute incoming network traffic or computational workload across multiple servers or resources. This is done to ensure that no single server or resource becomes overwhelme...DiscussAWS
Atul Joshiatulj.hashnode.dev·Aug 18, 2023Application Load BalancerIn this blog, we are going to see how can we configure the application Load balancers on two servers and how can we distribute the traffic load on the servers. The steps to create the ALB are as below. create two ec2 instances on AWS. Go to service...DiscussAWS
Rajiv Ranjan Singhiamrajiv.hashnode.dev·Aug 5, 2023API Gateways Load Balancers Reverse ProxiesAre you familiar with the essential components of managing inbound traffic in modern application architectures? Let's explore the key concepts behind API Gateways, Load Balancers, and Reverse Proxies, and how they play a vital role in optimizing traf...Discuss·45 readsAPI Gateway