Define a typical DevOps Work Flow ?

devquora
devquora

Posted On: Feb 22, 2018

 

DevOps though a very popular platform has a very typical flow:
  • Developers develop the source code & Version Control System tools such as Git manages it
  • Developers send the code to Git repository
  • Through Git plugin, Jenkins pulls the code from repository & develop it using tools.
  • Configuration management tools deploy testing and Jenkins release the code
  • Later, Jenkins sends the code for deployment to the production service where it is monitored continuously
  • Docker is utilized as the containerization platform to offer consistent computing environment via SDLC

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Devops Interview Questions

    What is DevOps ?

    DevOps is the term derived from Development and Operations. It is used in software engineering culture. It helps to per..

    Devops Interview Questions

    What are the advantages of DevOps ?

    There are various advantages that are offered by DevOps platform. The people gain many advantages with it. It reduces t..

    Devops Interview Questions

    What are the anti-patterns of DevOps ?

    The pattern is the common practice followed by the organization. When others commonly adopt a pattern, it does not work..