- Microservices with Azure
- Namit Tanasseri Rahul Rai
- 206字
- 2021-07-02 22:18:28
Service Fabric as an orchestrator
From a service management point of view, Service Fabric can be thought of as an orchestrator. An orchestrator in general terms is an automated piece of software used to manage service deployments. This piece of software is supposed to abstract the complexities around provisioning, deploying, fault handling, scaling, and optimizing the applications it is managing, from the end user. For instance, an orchestration should be able to consume a configuration which specifies the number of instances of service to run and perform the task of deploying the services-based on multiple complex factors such as resource availability on nodes in a cluster, placement constraints, and so on
Orchestrators are also responsible for fault handling and recovery of services. If a node in a cluster fails, the orchestrator needs to gracefully handle this while ensuring service availability. Updating a service deployment or applying a patch to the underlying framework is also managed by orchestrators. Apart from Service Fabric, there are other orchestration services available in the market, such as Mesosphere, Core OS, Docker Swarm, and Kubernetes. Azure container services open opportunities for some of these powerful orchestration services to be hosted on Azure. More about this is discussed later in this book.
- 精通JavaScript+jQuery:100%動態網頁設計密碼
- Kibana Essentials
- Vue.js 2 and Bootstrap 4 Web Development
- NLTK基礎教程:用NLTK和Python庫構建機器學習應用
- JMeter 性能測試實戰(第2版)
- Bulma必知必會
- Java Web應用開發技術與案例教程(第2版)
- 人人都是網站分析師:從分析師的視角理解網站和解讀數據
- VMware虛擬化技術
- Learning DHTMLX Suite UI
- 精通Python自動化編程
- 響應式架構:消息模式Actor實現與Scala、Akka應用集成
- Scratch3.0趣味編程動手玩:比賽訓練營
- Learning Nessus for Penetration Testing
- 軟件測試技術