- 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.
- Learning Cython Programming
- JavaScript+Vue+React全程實例
- R用戶Python學習指南:數(shù)據(jù)科學方法
- Processing創(chuàng)意編程指南
- HTML5+CSS3+jQuery Mobile APP與移動網(wǎng)站設(shè)計從入門到精通
- 從Power BI到Analysis Services:企業(yè)級數(shù)據(jù)分析實戰(zhàn)
- TypeScript 2.x By Example
- Vue.js光速入門及企業(yè)項目開發(fā)實戰(zhàn)
- Implementing Microsoft Dynamics NAV(Third Edition)
- Java Web開發(fā)基礎(chǔ)與案例教程
- Docker on Windows
- 軟件測試實驗實訓(xùn)指南
- 換個姿勢學C語言
- 物聯(lián)網(wǎng)及低功耗藍牙5.x高級開發(fā)
- 鋒利的SQL