Tuesday, August 29, 2023

Typical DevOps workflow used in organization

 The typical DevOps workflow  is as follows:


I.  Use Atlassian Jira for writing requirements and tracking tasks.


II. Based on the Jira tasks, developers checkin code into GIT version control system.
 

III. The code checked into GIT is built by using Apache Maven.
 

IV. The build process is automated with Jenkins.
 

V. During the build process, automated tests run to validate the code checked in by developer.
 

VI. Code built on Jenkins is sent to organization’s Artifactory.
 

VII. Jenkins automatically picks the libraries from Artifactory and deploys it to Production.
 

VIII. During Production deployment Docker images are used to deploy same code on multiple hosts.
 

IX. Once code is deployed to Production, we use Nagios to monitor the health of production servers.
 

X. Splunk based alerts inform us of any issues or exceptions in production.

No comments:

Post a Comment