Loadbalancer

Load Balancers
A Load Balancer acts like a smart traffic manager. Instead of sending all requests to a single server, it distributes them across multiple servers (instances/VMs) to keep things fast, reliable, and always available. If one server goes down, the Load Balancer automatically directs traffic to healthy ones, ensuring your applications stay online. Load Balancer Actions […]
Listeners
A Listener is a configuration inside the Load Balancer that listens for incoming connections on a specific port and protocol (e.g., HTTP, HTTPS, TCP).
Pools
Click Loadbalancer and create a pool Click Done, and once the pool member is added, test the LB.