Best definition of DevOps – the union of people, process, and products to enable continuous delivery of value to our end users. What is DevOps – Donovan Brown
Core values of DevOps:
- collaboration across a multidisciplinary team with a common goal, common metrics, common notion of improvement and they need to work together as one
- process focus on more value and less waste (remove manual handoffs, delays waiting times) and doing more for the end users
- tooling – provides automation, eliminates rework, eliminates mistakes and get feedback
observe, orient, decide, and act
- focus on the velocity of this loop
To be stable and reliable you don’t need to move slower but you need to build resilience into your systems and you need to get used to do changes more frequently.
The role of an IT Manager is critical in a DevOps mindset. There is need for a middle layer that translates business needs on the execution ground.
One of the core values of DevOps is a shortened release cycle.
DevOps practices:
- Configuration management
- what we are deploying, how we are deploying it, what is the configuration of what is going into production
- Release management
- how to build a release pipeline that we can trust
- Continuous integration
- testing the code, compile it at every single check-in
- Continuous deployment
- getting it out in a testing environment at a very least,
- Application performance monitoring
- production monitoring and getting performance error and usage information
- Test automation
- automate all types of test (deployment, integration, user experience, UI)
- Infrastructure as code
- when we deploy the code we have a related infrastructure and that infrastructure is checked in the version control as well
DevOps habits: – help drive the right culture
- Team autonomy and enterprise alignement
- Rigorous management of technical debt
- take time in the schedule and reduce it
- Focus on flow of customer value
- a mindshift for development and operations
- dev+tester+it – gets first piece of feedback when the customer uses that feature
- Evidence gathered in production
- when looking in production try to figure out new ways of doing things – it could lead to a hypothesis driven development
- Live site culture
- there is no place like production
- Managing infrastracture as a flexible resource