Overview#
DevOps is a software management culture and practice Architecture Model that aims at unifying Development Team (Dev) and software Operations Team (Ops)DevOps main characteristic is to strongly advocate automation and monitoring at all steps of Software Development Life Cycle by using:
- Continuous Development
- Continuous testing
- Continuous Delivery
- Continuous integration
- Infrastructure As Code (IAC)
DevOps aims at establishing a culture and environment where:
- shorter development cycles (Iterations)
- increased deployment frequency (Velocity)
- more dependable releases
- close alignment with Business value
DevOps is closely related to the Cloud Native Software development practice
DevOps toolchain#
DevOps is a cultural shift and collaboration between development, operations and testing, there is no single DevOps tool, rather a set or “DevOps toolchain” consisting of multiple tools.Generally, DevOps tools fit into one or more of these categories, which is reflective of the Software Development Life Cycle (SDLC):
- Code – Continuous Development and review, version control tools, code merging
- Build – Continuous integration tools, build status
- Test – Continuous testing and results determine performance
- Package – Artifact repository, application pre-deployment staging (Containerization)
- Release – Change management, release approvals, Continuous Delivery
- Configure – Infrastructure configuration and management, Infrastructure as Code tools (Container Orchestration)
- Metric Analysis - Application Monitoring and User Experience monitoring
- REPEAT
DevOps and Responsive Organizations#
Responsive Organizations employ Agile techniques and use Continuous Improvement/Continuous Development tools to meld application development, testing, refreshes and quality assurance into an integrated frameworkMost of those Responsive Organizations also have simultaneously discovered the power of Containerization methods such as Docker. A Docker container consists of a complete file system that contains everything, including the code, runtime, system tools and system libraries, which an application needs to run.
These capabilities not only makes it easier to package application code to make it more portable, but it also enables Information Technology organizations to adopt a microservices approach to Information Technology that makes applications more robust and flexible.
Advanced Responsive Organizations may also use Functions as a Service
DevOps and semantic-release #
semantic-release
Category#
ProgrammingMore Information#
There might be more information for this subject on one of the following:- [#1] - semantic-release
- based on information obtained 2019-09-16