Wednesday, September 6, 2023

DevOps Tools Stack Wheel

 The DevOps life cycle comprises of 𝗱𝗶𝗳𝗳𝗲𝗿𝗲𝗻𝘁 𝘀𝘁𝗮𝗴𝗲𝘀.


🔹 𝗣𝗹𝗮𝗻: Initially plan yourself regarding the type of application you need to develop. Make the rough picture regarding the development process
🔹 𝗖𝗼𝗱𝗲: Code the application as per the client requirement. with the plan, you have made in the initial step.
🔹 𝗕𝘂𝗶𝗹𝗱: Build the application by performing the integration of various codes you have done in the previous step.
🔹 𝗧𝗲𝘀𝘁: This is the heart of the application. Test the application that you have built so far. And the rebuilt the application if necessary.
🔹 𝗥𝗲𝗹𝗲𝗮𝘀𝗲𝘀: If you succeed in the Test phase, then its time to release the application into Live.
🔹 𝗗𝗲𝗽𝗹𝗼𝘆: Deploy the code into a cloud environment for further usage. It is performed in such a manner any changes made should not affect the functioning of high traffic website.
🔹 𝗢𝗽𝗲𝗿𝗮𝘁𝗲: Perform the operation on the code if any have.
🔹 𝗠𝗼𝗻𝗶𝘁𝗼𝗿: Monitor the performance of the application as per the client requirement. Keep a note on the 𝗽𝗲𝗿𝗳𝗼𝗿𝗺𝗮𝗻𝗰𝗲 𝗼𝗳 𝘁𝗵𝗲 𝗮𝗽𝗽𝗹𝗶𝗰𝗮𝘁𝗶𝗼𝗻. Make modifications if any to satisfy the clients. And if does not reach up to the mark make changes in that particular area to satisfy the client.


No comments:

Post a Comment