- Practical Site Reliability Engineering
- Pethuru Raj Chelliah Shreyash Naithani Shailender Singh
- 153字
- 2021-06-10 19:08:03
The elasticity of reactive systems
Elasticity is about the capability of responsiveness under a load. Systems can be used by many users suddenly, or a lot of data can be pumped by hundreds of thousands of sensors and devices into the system. To tackle this unplanned rush of users and data, systems have to automatically scale up or out by adding additional resources (bare metal servers, virtual machines, and containers). The cloud environments are innately enabled to be auto-scaling based on varying resource needs. This capability makes systems to use their expensive resources in an optimized manner. When resource utilization goes up, the capital and operational costs of systems comes down sharply.
Systems need to be adaptive enough to perform auto-scaling, replication of state, and behavior, load-balancing, fail-over, and upgrades without any manual intervention, instruction, and interpretation. In short, designing, developing, and deploying reactive systems through messaging is the need of the hour.
- Seven NoSQL Databases in a Week
- 傳感器技術(shù)實(shí)驗(yàn)教程
- Mobile DevOps
- 機(jī)器人智能運(yùn)動(dòng)規(guī)劃技術(shù)
- JBoss ESB Beginner’s Guide
- Windows環(huán)境下32位匯編語言程序設(shè)計(jì)
- JSP從入門到精通
- 信息物理系統(tǒng)(CPS)測試與評價(jià)技術(shù)
- 空間站多臂機(jī)器人運(yùn)動(dòng)控制研究
- 精通LabVIEW程序設(shè)計(jì)
- The DevOps 2.1 Toolkit:Docker Swarm
- 基于人工免疫原理的檢測系統(tǒng)模型及其應(yīng)用
- EDA技術(shù)及其創(chuàng)新實(shí)踐(Verilog HDL版)
- Kubernetes Design Patterns and Extensions
- 亮劍.NET:圖解ASP.NET網(wǎng)站開發(fā)實(shí)戰(zhàn)