- Implementing DevOps with Ansible 2
- Jonathan McAllister
- 75字
- 2021-07-02 19:02:54
Horizontal scalability
Horizontal scaling is an approach to software delivery that allows larger cloud-based organizations to spin up additional instances of a specific services in a given environment. The traffic incoming to this service would then be load-balanced across the instances to provide consistent performance for the end user. Horizontally scaling an application must be approached during the design and development phase of the SDLC and requires a level of discipline on the developer's part.
推薦閱讀
- PHP 7底層設計與源碼實現
- 神經網絡編程實戰:Java語言實現(原書第2版)
- Building Mobile Applications Using Kendo UI Mobile and ASP.NET Web API
- 微信小程序開發解析
- 青少年Python編程入門
- 深入RabbitMQ
- Node.js:來一打 C++ 擴展
- Learning Apache Karaf
- Java并發編程之美
- Getting Started with React VR
- PostgreSQL Developer's Guide
- Backbone.js Patterns and Best Practices
- GO語言編程從入門到實踐
- Learning Node.js for Mobile Application Development
- Spring Microservices