- Microservices with Azure
- Namit Tanasseri Rahul Rai
- 173字
- 2021-07-02 22:18:21
Heterogeneous deployment
The ability of Microservices to be executed as an isolated process decouples it from the constraints around a specific hosting environment. For instance, services can be deployed across multiple cloud stacks such as IaaS and PaaS and across different operating systems such as Windows and Linux hosted on private data centers or on cloud. This decouples the technology limitations from the business requirements.
Most of the mid and large sized companies are now going through a cloud transformation. These companies have already invested significant resources on their on-premises data centers. This forces cloud vendors to support hybrid computing models where the IT infrastructure can coexist across cloud and on-premises data centers. In this case, the infrastructure configuration available on-premises may not match the one provisioned on cloud. The magnitude of application tiers in a monolithic architecture may prevent it from being deployed on less capable server machines, making efficient resource utilization a challenge. Microservices, on the other hand, being smaller, decoupled deployment units, can easily be deployed on heterogeneous environments.
- Redis Applied Design Patterns
- Mastering Kotlin
- Building a Recommendation Engine with Scala
- Practical Game Design
- Expert Android Programming
- SQL Server 2016數據庫應用與開發習題解答與上機指導
- 單片機應用與調試項目教程(C語言版)
- 從0到1:Python數據分析
- SQL 經典實例
- Getting Started with Eclipse Juno
- Scala Data Analysis Cookbook
- 基于SpringBoot實現:Java分布式中間件開發入門與實戰
- FPGA嵌入式項目開發實戰
- Magento 2 Beginners Guide
- Three.js權威指南:在網頁上創建3D圖形和動畫的方法與實踐(原書第4版)