- Microservices with Azure
- Namit Tanasseri Rahul Rai
- 121字
- 2021-07-02 22:18:27
High-density deployment
The recent revolution of containers has accelerated the ability to improve the density of deployment on a virtual machine. Microservices can be deployed within containers and the containers will provide the logical isolation for the services it hosts. Service Fabric enhances this ability to the next level by offering native support for Microservices. Every Microservice hosted on Service Fabric will be logically isolated and can be managed without impacting other services. This level of granularization in turn makes possible achieving a much higher density of deployment.
Another notable advantage of using Service Fabric is the fact that it is tried and tested. Microsoft runs services such as Azure DocumentDB, Cortana, and many core Azure services on Service Fabric.
- Android Wearable Programming
- Python數據可視化:基于Bokeh的可視化繪圖
- 造個小程序:與微信一起干件正經事兒
- Developing Mobile Web ArcGIS Applications
- Drupal 8 Module Development
- Mastering Apache Spark 2.x(Second Edition)
- Python數據結構與算法(視頻教學版)
- Learning JavaScript Data Structures and Algorithms
- HTML5+CSS3 Web前端開發技術(第2版)
- Scala Reactive Programming
- C語言程序設計
- 動手學數據結構與算法
- 從Excel到Python數據分析:Pandas、xlwings、openpyxl、Matplotlib的交互與應用
- RocketMQ實戰與原理解析
- Go語言入門經典