- Microservices with Azure
- Namit Tanasseri Rahul Rai
- 207字
- 2021-07-02 22:18:29
Architecture of Service Fabric
Service Fabric is a collection of services grouped into different subsystems. These subsystems have specific responsibilities. The following diagram illustrates the major subsystems which form the Service Fabric architecture:

The first layer from the bottom, the Transport Subsystem is responsible for providing secure communication channels between nodes in a Service Fabric cluster. The Federation Subsystem above it helps logically group physical or virtual nodes into a cluster so that it can be managed as a unit. This helps Service Fabric with tasks such as failure detection, leader election, and routing. Reliability of the workload hosted on Service Fabric is managed by the Reliability Subsystem. It owns the responsibility of replication, resource management, and failover. The Hosting & Activation Subsystem manages the lifecycle of the workload on every node and the Management Subsystem is responsible for managing the lifecycle of applications. The Testability Subsystem helps developers test their workload before and after deployment. Service location of services hosted on Service Fabric is managed by Communication Subsystem. The top three boxes capture the application programming models and the application model available for the developers to consume. More about application models is discussed in later parts of this book.
- Mobile Application Development:JavaScript Frameworks
- 算法零基礎一本通(Python版)
- Software Testing using Visual Studio 2012
- R語言游戲數據分析與挖掘
- MATLAB實用教程
- 重學Java設計模式
- Python機器學習基礎教程
- Learning OpenCV 3 Computer Vision with Python(Second Edition)
- MySQL從入門到精通(軟件開發視頻大講堂)
- QGIS 2 Cookbook
- 動手打造深度學習框架
- 網絡數據采集技術:Java網絡爬蟲實戰
- Machine Learning for OpenCV
- JavaScript前端開發基礎教程
- Java EE實用教程