- Microservices with Azure
- Namit Tanasseri Rahul Rai
- 89字
- 2021-07-02 22:18:26
Highly scalable
Every Microservice hosted on Service Fabric can be scaled without affecting other Microservices. Service Fabric will support scaling-based on Virtual Machine Scale Sets which means that these services will have the ability to be auto-scaled based on CPU consumption, memory usage, and so on.
Service Fabric enables scaling while maximizing resource utilization with features such as like load balancing, partitions, and replication across all the nodes in the cluster. A Microservice hosted on Service Fabric can be scaled either at partition level or at name level.
推薦閱讀
- Practical Data Analysis Cookbook
- Moodle Administration Essentials
- Maven Build Customization
- Boost C++ Application Development Cookbook(Second Edition)
- Mastering SVG
- 深入實踐Spring Boot
- AIRAndroid應用開發實戰
- Mastering LibGDX Game Development
- Python編程從0到1(視頻教學版)
- Mastering JavaScript Design Patterns(Second Edition)
- Visual FoxPro程序設計習題集及實驗指導(第四版)
- Raspberry Pi Home Automation with Arduino(Second Edition)
- OpenMP核心技術指南
- 監控的藝術:云原生時代的監控框架
- Go語言入門經典