What is DevOps? #3637
-
|
What is DevOps? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
DevOps is a combination of Development (Dev) and Operations (Ops). It is a culture, set of practices, and collection of tools that enable software development and IT operations teams to work together throughout the software development lifecycle. The main goals of DevOps are to: Deliver software faster Instead of developers writing code and handing it over to operations, DevOps encourages shared responsibility for building, testing, deploying, and monitoring applications. |
Beta Was this translation helpful? Give feedback.
DevOps is a combination of Development (Dev) and Operations (Ops). It is a culture, set of practices, and collection of tools that enable software development and IT operations teams to work together throughout the software development lifecycle.
The main goals of DevOps are to:
Deliver software faster
Improve software quality
Automate repetitive tasks
Increase collaboration between teams
Reduce deployment failures
Recover quickly from failures
Instead of developers writing code and handing it over to operations, DevOps encourages shared responsibility for building, testing, deploying, and monitoring applications.