Azure Service Fabric节点,节点类型,实例和规模集 [英] Azure Service Fabric nodes, node types, instances and scale sets

查看:125
本文介绍了Azure Service Fabric节点,节点类型,实例和规模集的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在试用了Azure的Service架构几天后,我仍然对以下四个关键词感到不舒服: * 实例 *节点 *节点类型 *比例尺设置.

After experimenting with Azure's Service fabric for a few days I still feel uncomfortable with the following four key words: * instance * node * node type * scale set.

它们是什么意思?有什么区别?

What do they mean? What are the differences?

推荐答案

实例:取决于上下文-可能表示VM,服务实例等.

Instance: Depends on the context - it could mean a VM, an instance of a service, etc.

节点:集群中的一个节点-现在在Azure部署中,这意味着一个VM,但是如果您在盒子上运行开发环境,那么一个节点实际上就是一个集合的过程.

Node: A node within the cluster - in an Azure deployment right now that would mean a VM, but if you're running the dev environment on your box, then a node is really a set of processes.

节点类型:定义VM类型的大小和其他属性.群集中的每个节点类型都必须是单独的VM规模集.

Node type: Defines the size and other properties of a VM type. Each node type in a cluster has to be a separate VM scale set.

规模集:作为一个虚拟机管理的一组虚拟机.

Scale set: A set of VMs managed as one.

一些有用的资源:

  • https://azure.microsoft.com/en-gb/documentation/articles/service-fabric-cluster-nodetypes/
  • https://azure.microsoft.com/en-gb/documentation/articles/service-fabric-cluster-creation-via-portal/

这篇关于Azure Service Fabric节点,节点类型,实例和规模集的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆