- Microservices with Azure
- Namit Tanasseri Rahul Rai
- 121字
- 2021-07-02 22:18:31
Node
A machine or VM that is part of a cluster is called a node. A node might be a a physical or virtual machine. A node in Service Fabric is identified by its string name. A cluster may have heterogeneous nodes and more nodes can be added to the existing capacity to scale out the cluster.
Each node on the cluster has Service Fabric runtime binaries installed in it. When the node starts, an auto-start Service Fabric runtime service named FabricHost.exe spins up two executables on the node which make up the node:
- Fabric.exe: This executable is responsible for managing the lifetime of the Microservices hosted on the node
- FabricGateway.exe: This executable is responsible for managing communication between the nodes
推薦閱讀
- C語言程序設計教程
- 自制編程語言
- Asynchronous Android Programming(Second Edition)
- 基于Struts、Hibernate、Spring架構的Web應用開發
- Python機器學習:預測分析核心算法
- Android應用程序設計
- Apache Solr for Indexing Data
- Learning Alfresco Web Scripts
- Android開發進階實戰:拓展與提升
- 絕密原型檔案:看看專業產品經理的原型是什么樣
- micro:bit軟件指南
- Roslyn Cookbook
- C++ Windows Programming
- R Data Visualization Cookbook
- PostGIS Cookbook