DevOPS World

123456789101112131415
Across
  1. 2. also known as DevOps 2.0
  2. 4. A well used Continuous Integration server
  3. 5. A strategy in which you try something, it fails, feedback is delivered quickly, you adapt accordingly, and try again.
  4. 8. An automatic or manual operation that restores a database or program to a previously defined state.
  5. 10. introducing automated testing into the SDLC from inception
  6. 13. The duplication of an object under review in source control so that the same code can be modified by more than one developer in parallel
  7. 14. programming style which has 3 activities tightly interwoven: coding, testing and design
  8. 15. An IT organizational methodology where all teams in the organization, especially development teams and operations teams, collaborate on both development and deployment of software to increase software production agility and achieve business goals.
Down
  1. 1. open-source container-orchestration system for automating deployment, scaling and management of containerised applications
  2. 3. A linear workflow moving from build to test to release.
  3. 6. The time it takes to move work in progress (WIP) to a finished state in a manufacturing plant. In software development, this is represented by moving code changes to production.
  4. 7. Lightweight, stand-alone, executable package of a piece of software that includes everything needed to run it
  5. 9. A way to record the changes to a repository and add a log message to describe the changes that were made
  6. 11. Also known as programmable infrastructure
  7. 12. A program installed on specific physical servers in order to handle the execution of various processes on that server
  8. 15. Integrating security as an integral part of the DevOps methodology