- 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.
- 電氣自動化專業(yè)英語(第3版)
- 大數(shù)據(jù)管理系統(tǒng)
- 軟件架構(gòu)設(shè)計(jì)
- PostgreSQL 11 Server Side Programming Quick Start Guide
- TIBCO Spotfire:A Comprehensive Primer(Second Edition)
- Effective DevOps with AWS
- CSS全程指南
- CorelDRAW X4中文版平面設(shè)計(jì)50例
- 大數(shù)據(jù)安全與隱私保護(hù)
- Photoshop CS3圖像處理融會貫通
- 大學(xué)C/C++語言程序設(shè)計(jì)基礎(chǔ)
- JavaScript典型應(yīng)用與最佳實(shí)踐
- Visual FoxPro數(shù)據(jù)庫基礎(chǔ)及應(yīng)用
- 突破,Objective-C開發(fā)速學(xué)手冊
- The DevOps 2.1 Toolkit:Docker Swarm