Devops

What are the anti-patterns of DevOps?

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

A couple of examples:

  • One person is in charge of specific tasks. For example there is only one person who is allowed to merge the code of everyone else into the repository.
  • Treating production differently from development environment. For example, not implementing security in development environment
  • Not allowing someone to push to production on Friday ;)