Devops
DevOps is a combination of Development (Dev) and Operations (Ops).
It is a culture, set of practices, and collection of tools that help software teams:
- Build software faster
- Deploy applications reliably
- Automate repetitive tasks
- Improve collaboration between developers and IT operations
The goal is to deliver software continuously with high quality.
Devop lifecycle
Typical DevOps stages:
- Plan – Requirements and project planning
- Develop – Coding the application
- Build – Compile/package code
- Test – Automated testing
- Release – Prepare deployment
- Deploy – Push to production
- Operate – Manage infrastructure
- Monitor – Track performance and issues
Comments
Post a Comment