State Management in Azure Service Fabric - Bhushan-Jagtap-2013/AzureServiceFabricExamples GitHub Wiki
#Service Fabric clusters
- Cluster - Whole set of things. VMs, IP, etc.
- Nodes - VMs - SF runtime on each one. Application runs on it.
- Instances -
- Applications - Consists of multiple services. E.g., ECommerce.
- Service - Code, Config, data
- Replicas - Runs min 3 instances for each partition.
- Partitions - Stateful service can divide the data into partitions like country.
Service Fabric Explorer URL -> localhost:19080/Explorer/index.html#