- Microservices with Azure
- Namit Tanasseri Rahul Rai
- 241字
- 2021-07-02 22:18:27
Heterogeneous hosting platforms
It is common for enterprise environments to have heterogeneous hosting environments spread across multiple data centers managed and operated by different vendors. A key advantage of Service Fabric is its ability to manage clusters in and across heterogeneous environments. Service Fabric clusters can run on Azure, AWS, Google Cloud Platform, an on-premises data center, or any other third-party data center. Service Fabric can also manage clusters spread across multiple data centers. This feature is critical for services requiring high availability.
Service Fabric can manage virtual machines or computers running Windows Server or Linux operating systems. It can also operate on a diverse set of hardware configurations. While working with heterogeneous environments, usually there are scenarios where we want to host certain workloads on certain types of nodes. For instance, there may be services which execute GPU-intensive tasks which ideally should be placed on a node with a powerful GPU. In order to support such requirements, Service Fabric offers an option to configure placement constraints. Placement constraints can be used to indicate where certain services should run. These constraints are widely extensible. Nodes can be tagged with custom properties and constraints can be set for every service to be executed on certain types of nodes. Service Fabric also allows imposing constraints around the minimum resource capacity required to host a service on a node in a cluster. These constraints can be based on memory, disk space, and so on.
- 深入理解Android(卷I)
- 數據庫程序員面試筆試真題與解析
- 新手學Visual C# 2008程序設計
- 云原生Spring實戰
- Windows Server 2012 Unified Remote Access Planning and Deployment
- 云計算通俗講義(第3版)
- MySQL數據庫管理與開發(慕課版)
- Learning SciPy for Numerical and Scientific Computing(Second Edition)
- 移動界面(Web/App)Photoshop UI設計十全大補
- C語言程序設計
- Bootstrap 4 Cookbook
- Visual Basic程序設計教程
- iOS自動化測試實戰:基于Appium、Python與Pytest
- Spring技術內幕:深入解析Spring架構與設計原理(第2版)
- SQL Server 入門很輕松(微課超值版)