码迷,mamicode.com
首页 > 其他好文 > 详细

Azure Service Fabric

时间:2017-04-10 09:50:44      阅读:311      评论:0      收藏:0      [点我收藏+]

标签:orm   abr   less   nodetype   border   ble   different   where   blog   

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

标签:orm   abr   less   nodetype   border   ble   different   where   blog   

原文地址:http://www.cnblogs.com/Mattcoder/p/6687321.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!