azure-service-fabric - Service Fabric 廉价集群选项

标签 azure-service-fabric

您可以在 Azure 中运行服务结构集群的最便宜的 vm sku 是多少?

我只是尝试使用 DS1_V2 创建一个 1 节点集群并收到警告“磁盘空间不足”。然后我尝试了 DS2_V2 Promo,警告消失了。

它花费 142.85 美元,您需要其中的 5 个。所以这将是 714.25 $ 月加上使用的总成本。

服务结构集群的最低成本是否真的在每月 1.000 美元左右。

在本地运行它的最低要求是什么?

是否可以在 azure 中部署 1 个虚拟机,在其上安装服务结构并部署到该虚拟机。 (我知道不会扩展,容错等)

最佳答案

对于生产环境,您是对的,服务结构集群至少需要 5 台 D 级机器。

对于 QA 环境,您可以设置一个具有青铜级耐用性级别的 3 节点集群,这应该会降低一些成本。

对于开发环境,您可以使用 Service Fabric 本地集群管理器,它允许您在本地计算机上模拟 1 节点或 5 节点环境,最近 Azure 中有一个新选项可以创建和运行 1 节点集群 - 请参阅以下。

creating 1 node cluster in portal

至于容量规划,你可以在官方docs中找到一些很好的指导方针。 .

For production workloads

  • The recommended VM SKU is Standard D3 or Standard D3_V2 or equivalent with a minimum of 14 GB of local SSD.
  • The minimum supported use VM SKU is Standard D1 or Standard D1_V2 or equivalent with a minimum of 14 GB of local SSD.
  • Partial core VM SKUs like Standard A0 are not supported for production workloads
  • Standard A1 SKU is specifically not supported for production workloads for performance reasons.

关于azure-service-fabric - Service Fabric 廉价集群选项,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45330299/

相关文章:

c# - 为参与者 '{actorName}' 获取基于回合的并发锁在 {time} 后超时

azure - 如何调用部署在 Service Fabric 集群中的 Web api Controller ?

powershell - 创建集群时如何指定指纹?

azure-service-fabric - 从结构外部使用 Service Fabric CommunicationClient 和 servicePartitionClient?

asp.net-web-api - 在 Service Fabric 中公开 Web API

c# - 默认服务描述不能作为升级的一部分进行修改 将 EnableDefaultServicesUpgrade 设置为 true

azure - 可靠的参与者和取消 token

azure-service-fabric - 修复 ServiceFabricPartition 命令

azure - 在 Service Fabric 集群上发布应用程序后 HttpContext.Session 为空