- Hands-On Serverless Computing
- Kuldeep Chowhan
- 156字
- 2021-08-05 10:35:32
Shared infrastructure
A multi-tenant infrastructure or shared infrastructure refers to an infrastructure where multiple applications of different customers (or tenants) are being run on the same machine. It is a very well-known strategy to achieve the economy of scale benefits that I mentioned earlier as well. This could be a concern from a business perspective since serverless applications can run alongside one another regardless of business ownership. Although this doesn't affect the code, it does mean the same availability and scalability will be provided across competitors. There could be situations where your code might be affected as well due to noisy neighbors (high load generating function). A multi-tenant infrastructure also has problems related to security and robustness, where one customer's function can take down another customer's function.
This problem is not unique to serverless offerings—they exist in many other service offerings that use multi-tenancy, such as Amazon EC2 and container platforms.
- LabVIEW虛擬儀器從入門到測控應(yīng)用130例
- 實時流計算系統(tǒng)設(shè)計與實現(xiàn)
- 計算機(jī)系統(tǒng)結(jié)構(gòu)
- 計算機(jī)網(wǎng)絡(luò)安全
- Statistics for Data Science
- 手機(jī)游戲策劃設(shè)計
- Spark大數(shù)據(jù)商業(yè)實戰(zhàn)三部曲:內(nèi)核解密|商業(yè)案例|性能調(diào)優(yōu)
- FANUC工業(yè)機(jī)器人配置與編程技術(shù)
- 基于Proteus的PIC單片機(jī)C語言程序設(shè)計與仿真
- 機(jī)器人制作入門(第4版)
- 計算機(jī)硬件技術(shù)基礎(chǔ)(第2版)
- 實戰(zhàn)Windows Azure
- Windows 7故障與技巧200例
- 項目實踐精解:C#核心技術(shù)應(yīng)用開發(fā)
- FANUC工業(yè)機(jī)器人虛擬仿真教程