
Yandex Application Load Balancer
A service for distributing incoming traffic between different web app components.
Managing HTTP traffic
Transmission security
Logging
Questions and answers
How can I improve my service’s reliability?
Create your resources in multiple availability zones
Distribute your cloud resources to multiple geographically distributed availability zones, and maintain your applications' availability even if one of the zones becomes unavailable.
Use different load balancers for different applications
If you use the Yandex Cloud infrastructure to deploy multiple applications, configure L4 and L7 load balancers to service them.
Create your resources in multiple availability zones
Distribute your cloud resources to multiple geographically distributed availability zones, and maintain your applications' availability even if one of the zones becomes unavailable.
Use different load balancers for different applications
If you use the Yandex Cloud infrastructure to deploy multiple applications, configure L4 and L7 load balancers to service them.
How does the load balancer transfer load from one app version to another?
Create backends for new app versions and shift the load between them in the HTTP router, changing the weight of the old and new backends.
Create backends for new app versions and shift the load between them in the HTTP router, changing the weight of the old and new backends.
Can I modify headers in HTTP requests and responses?
Yes. You can modify headers and create small static responses or redirects when you create or edit HTTP routers in the console.
Yes. You can modify headers and create small static responses or redirects when you create or edit HTTP routers in the console.