首页 > 代码库 > Azure Service Fabric
Azure Service Fabric
Concept:
- Node - a smallest unit within a cluster to provide compute capablity
- Nodetype - a logical naming of the tier / layer in the architecture so it can easily tag to the node, e.g. Webtier (UI + API) and ServiceTier(Backend)
Highlevel SF
SF provide whole stack for managing deployment of containers (regardless if it node or docker) and provided high availability support using cluster, upgrade individually.
Below example is a aution microservice which have different architectual layers.
- Website (stateless)
- API(stateless)
- Auction (stateful)
Traditionally each tier will take up one node and form a cluster, SF provides flexiblity of placement where you can group layers in same node in the same
Code Structure
A root level of Application project will be created accompany with creating a new sf project for individual service, either it is stateless or stateful service.
Azure Service Fabric
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。