Chapter 12 Flashcards
What are the goals of DevOps?
- Ensure reliable deployment as often as business requires
- Ensure automation of deployment of changes
- bring development and operations together
How should teams be sized?
The size of a team should be based on the complexity of the problem and it’s suitability to be deconstructed into smaller units.
What are Cross-Functional Teams?
CFT’s are teams where highly skilled prof’s from different disciplines are temporarily assigned to work together as a team.
Is DevOps strictly Agile?
No. DevOps can be implemented in to Waterfall projects. However, DevOps is crucial in an Agile environment.
What is a Chaos Monkey?
A CM is a form of testing, where components in the product are randomly disabled and the impact is observed.
What are Microservices?
MS is an approach where dependent systems are encapsulated as self-contained structures.
What is a Configuration Audit?
A CA is a procedure that aims to verify the right code gets deployed and that is has not been tampered with.