๐ŸŽ New User? Get 20% off your first purchase with code NEWUSER20 ยท โšก Instant download ยท ๐Ÿ”’ Secure checkout Register Now โ†’
Menu

Categories

Cloud Computing Intermediate

What is Cloud Load Balancer?

A managed service that distributes incoming network traffic across multiple servers to ensure high availability and optimal resource utilization.

Cloud load balancers automatically distribute traffic across healthy backend instances. Layer 4 (transport) load balancers route based on IP and port, while Layer 7 (application) load balancers make decisions based on HTTP headers, URLs, and cookies. Major services include AWS ALB/NLB, Azure Load Balancer, and Google Cloud Load Balancing. Features include health checks (removing unhealthy instances), SSL termination, sticky sessions, WebSocket support, and integration with auto-scaling groups. Global load balancers route traffic across regions for disaster recovery. Cloud load balancers eliminate single points of failure and enable zero-downtime deployments.

Related Terms

Lambda Function (Cloud)
An AWS serverless compute service that runs code in response to events without provisioning or managing servers.
Kubernetes Pod
The smallest deployable unit in Kubernetes, consisting of one or more containers that share storage, network, and lifecycle.
Virtual Machine (VM)
A software-based emulation of a physical computer that runs its own operating system and applications.
Kubernetes Namespace
A virtual cluster within a Kubernetes cluster that provides scope for names and enables resource isolation between teams or environments.
Auto Scaling
Automatically adjusting the number of computing resources based on current demand to maintain performance and optimize costs.
CDK (Cloud Development Kit)
A software development framework for defining cloud infrastructure using familiar programming languages instead of YAML or JSON templates.
View All Cloud Computing Terms โ†’