Blue-Green vs Canary Deployment Strategies
A comparison of Blue-Green and Canary deployment strategies for releasing new code with minimal risk and downtime.
Search for a command to run...
Articles tagged with #load-balancing
A comparison of Blue-Green and Canary deployment strategies for releasing new code with minimal risk and downtime.
An overview of Global Server Load Balancing (GSLB) techniques, using DNS to route traffic across multiple data centers.
Using the Bulkhead pattern to isolate elements of a system into pools so that if one fails, the others will continue to function.
An overview of auto-scaling principles, including metric-based and schedule-based scaling, to dynamically adjust capacity.
A detailed guide to the Circuit Breaker pattern, which prevents an application from repeatedly trying to execute an operation that's likely to fail.
Clarifying the subtle but important differences between throttling (slowing down) and rate limiting (rejecting) requests.