Appendix A. Service Fabric subsystems and system services

Service Fabric has a number of subsystems with a series of system services, which are covered in different chapters throughout this book. This appendix provides a brief summary of these services along with chapter references of where these services are introduced.

Reliability subsystem

The reliability subsystem is responsible for ensuring high availability of Service Fabric services. This subsystem includes Failover Manager, Resource Balancer, and Replicator.

Failover Manager

Failover Manager (fabric:/System/FailoverManagerService) responds to cluster events such as a node being added or removed. When a node is added, it automatically redistributes loads across available nodes. When ...

Get Programming Microsoft Azure Service Fabric now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.