在 Linux 中创建 Azure Service Fabric 本地集群
Create Azure Service Fabric on-premise cluster in Linux
我有 .NET Core Azure Service Fabric 应用程序,我想将它部署到我的
Ubuntu Linux 服务器。
有 Windows 服务器部署教程
https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-cluster-creation-for-windows-server
还有 Azure Linux 部署教程
是否可以在 Linux 上 运行 ASF 本地部署?
不,请参阅 the docs:
Standalone clusters currently aren't supported for Linux. Linux is supported on one-box for development and Azure Linux multi-machine clusters.
和
Supported operating systems for standalone clusters
You are able to create clusters on VMs or computers running these operating systems (Linux is not yet supported):
Windows Server 2012 R2
Windows Server 2016
截至 2018 年 12 月,Linux 的 Service Fabric on-premises 通过 BOSH 可用。参见:
https://cloudblogs.microsoft.com/opensource/2018/12/04/announcing-service-fabric-provider-bosh/
https://starkandwayne.com/blog/deploying-microsoft-service-fabric-via-bosh/
https://github.com/starkandwayne/service-fabric-boshrelease
Service Fabric 与 Bosh 集成提供以下功能:
- 在任何环境中定义和部署 Service Fabric 所需的基础设施,包括 on-premise (VMWare) 和三大 public 云(Azure、GCP、AWS)
- 在任何环境中定义和部署 Service Fabric Ubuntu 集群
- 对 Service Fabric 和 OS
执行 zero-downtime 滚动升级
- 监控基础架构的运行状况并将任何已关闭的 VM 或磁盘重新连接回集群
- 欢迎完全开源和协作来塑造此版本的未来!
我有 .NET Core Azure Service Fabric 应用程序,我想将它部署到我的 Ubuntu Linux 服务器。
有 Windows 服务器部署教程 https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-cluster-creation-for-windows-server
还有 Azure Linux 部署教程
是否可以在 Linux 上 运行 ASF 本地部署?
不,请参阅 the docs:
Standalone clusters currently aren't supported for Linux. Linux is supported on one-box for development and Azure Linux multi-machine clusters.
和
Supported operating systems for standalone clusters
You are able to create clusters on VMs or computers running these operating systems (Linux is not yet supported):
Windows Server 2012 R2
Windows Server 2016
截至 2018 年 12 月,Linux 的 Service Fabric on-premises 通过 BOSH 可用。参见:
https://cloudblogs.microsoft.com/opensource/2018/12/04/announcing-service-fabric-provider-bosh/
https://starkandwayne.com/blog/deploying-microsoft-service-fabric-via-bosh/
https://github.com/starkandwayne/service-fabric-boshrelease
Service Fabric 与 Bosh 集成提供以下功能:
- 在任何环境中定义和部署 Service Fabric 所需的基础设施,包括 on-premise (VMWare) 和三大 public 云(Azure、GCP、AWS)
- 在任何环境中定义和部署 Service Fabric Ubuntu 集群
- 对 Service Fabric 和 OS 执行 zero-downtime 滚动升级
- 监控基础架构的运行状况并将任何已关闭的 VM 或磁盘重新连接回集群
- 欢迎完全开源和协作来塑造此版本的未来!