- 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.
- 樂學Web編程:網站制作不神秘
- 微服務設計原理與架構
- 程序員修煉之道:通向務實的最高境界(第2版)
- Spring Boot進階:原理、實戰與面試題分析
- Julia for Data Science
- Android移動開發案例教程:基于Android Studio開發環境
- 代替VBA!用Python輕松實現Excel編程
- Beginning C++ Game Programming
- Hacking Android
- PostgreSQL Developer's Guide
- After Effects CC技術大全
- FusionCharts Beginner’s Guide:The Official Guide for FusionCharts Suite
- Visual C++程序設計全程指南
- PHP從入門到精通(第7版)
- Python程序設計現代方法