Login
Remember
Register
Ask a Question
What are the different phases in DevOps?
0
votes
asked
Oct 30, 2022
in
DevOps
by
Robindeniel
What are the different phases in DevOps?
devops-phases
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 30, 2022
by
Robindeniel
The various phases of the DevOps lifecycle are as follows:
Plan - Initially, there should be a plan for the type of application that needs to be developed. Getting a rough picture of the development process is always a good idea.
Code - The application is coded as per the end-user requirements.
Build - Build the application by integrating various codes formed in the previous steps.
Test - This is the most crucial step of the application development. Test the application and rebuild, if necessary.
Integrate - Multiple codes from different programmers are integrated into one.
Deploy - Code is deployed into a cloud environment for further usage. It is ensured that any new changes do not affect the functioning of a high traffic website.
Operate - Operations are performed on the code if required.
Monitor - Application performance is monitored. Changes are made to meet the end-user requirements.
...