- 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.
- 現代測控電子技術
- 數據產品經理:解決方案與案例分析
- 讓每張照片都成為佳作的Photoshop后期技法
- ESP8266 Home Automation Projects
- 數據庫系統原理及應用教程(第5版)
- Visual FoxPro數據庫基礎及應用
- ASP.NET 2.0 Web開發入門指南
- 生物3D打?。簭尼t療輔具制造到細胞打印
- The DevOps 2.1 Toolkit:Docker Swarm
- Building Google Cloud Platform Solutions
- 工業機器人操作
- 計算機組裝與維修實訓
- 數據清洗
- Advanced Deep Learning with Keras
- PostgreSQL 10 High Performance