- 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
推薦閱讀
- JavaScript從入門到精通(微視頻精編版)
- GAE編程指南
- HTML5移動Web開發技術
- Testing with JUnit
- Effective C#:改善C#代碼的50個有效方法(原書第3版)
- C/C++算法從菜鳥到達人
- 我的第一本算法書
- OpenStack Cloud Computing Cookbook(Fourth Edition)
- Git高手之路
- Hadoop+Spark大數據分析實戰
- SQL Server 2012數據庫管理與開發項目教程
- Learning Unreal Engine Android Game Development
- Flink入門與實戰
- Apache Kafka 1.0 Cookbook
- 現代JavaScript編程:經典范例與實踐技巧