Source: medium.com

Overview DevOps

Category: Database

DevOps is a Methodology defines set of principles and practices to helps both developer and operation team to reach their goals. The aim is to automate and speed up the software delivery process much more frequently and reliably. Code: code development and code review, source code management tools, code merging Build: continuous integration tools, version control tools, build status

Operate: infrastructure installation, infrastructure changes (scalability), infrastructure configuration and management, infrastructure as code tools, capacity planning, capacity & resource management, security check, service deployment, high availability (HA), data recovery, log/backup management, database management

Related Articles