- 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.