Followers

DevOps - CAPSTONE PROJECT


Capstone Project -DevOps

ABC is Software Company currently following Agile Methodology for one of the Banking client and most of the SDLC steps are manual. Client is migrating the applications into microservices and restapi.Now client wants to automate project using CI/CD pipeline.

CI/CD pipeline using jenkins

Git Requirement

  1. The project is maven based microservice, which has a main file App.java.
  2. This project has a unit test program that is available in src/test/ folder
  3. The changes to these files should be tracked and Code Reviewer should review all the changes.
  4. Create a GitHub Repository BankingMicroservice.
  5. On this project there are multiple developers are working so as a Code reviewer create each branch for each developer and once they finish their development then they push the code to their own branch and you have to review the code and merge it into Master branch (A branch which has the latest code)
  6. Build Automation is part of CI/CD pipeline.
  7. You should record all the commits into local repository and once the changes are done it should be pushed to Remote GitHub Repository BankingMicroservice.
  8. On Remote Repository Create a Readme.md file which is documentation of your project.

Maven Requirement

  1. Code should be built Automatically as soon as Master branch for BankingMicroservice is updated.
  2. Required dependencies should be automatically added (In this case junit framework should be added automatically)
  3. There must be a jar file to be created under the target folder.

Docker requirement

  1. Create a Docker file in BankingMicroservice Repository.
  2. Whenever there is any change that happens in the source code then a new docker image is to be created.
  3. Creation of Docker image should be created Automatically with a new tag (Hint use docker file)
  4. After the creation of the docker image a new docker container is to be created with the latest docker image

Testing requirement (Dummy job as we did not discuss about Testing)

  1. This job is related to test the application.

Send an Email to Developer

  1. An email is to be sent to the developer if the testing is unstable
  2. Configure Email notification as a part of CI.

Prepare production server (It will be Linux server but it can be Ubuntu or RedHat)

  1. Install java on production servers (Hint use Ansible)
  2. Also, install apache on a production server ( It may be required in the future when this project is enhanced)
  3. Start apache service.

Run docker container in the production

Repeat Docker requirement step again for production machine

COMMENTS

Name

Ansible,6,AWS,1,Azure DevOps,1,Containerization with docker,2,DevOps,2,Docker Quiz,1,Docker Swarm,1,DockerCompose,1,ELK,2,git,2,git quiz,1,Git Worksheet,1,Jira,3,Kubernetes,1,Kubernetes Quiz,5,SAST DAST Security Testing,1,SDLC Quiz,5,SonarQube,3,Splunk,2,vagrant kubernetes,1,YAML Basics,1,
ltr
static_page
DevOpsWorld: DevOps - CAPSTONE PROJECT
DevOps - CAPSTONE PROJECT
DevOpsWorld
https://www.devopsworld.co.in/p/devops-capstone-project.html
https://www.devopsworld.co.in/
https://www.devopsworld.co.in/
https://www.devopsworld.co.in/p/devops-capstone-project.html
true
5997357714110665304
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS PREMIUM CONTENT IS LOCKED STEP 1: Share to a social network STEP 2: Click the link on your social network Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy Table of Content