Oreilly - DevOps with GIT(Flow) Jenkins, Artifactory, Sonar, ELK, JIRA
by Nand Venegalla | Publisher: Packt Publishing | Release Date: August 2018 | ISBN: 9781789618839
Complete Hands-On DevOps course that will demonstrate efficient use of DevOps Tool ChainAbout This VideoDemonstrate the efficient use of DevOps Tool ChainLearn Full-fledged environment setup for major categories in DevOps toolset.In DetailThis course teaches on how to build DevOps environment for organizations. This identifies DevOps toolchain fit for their organization and customize as needed. You will be able to develop a Full-fledged environment setup for major categories in DevOps toolset. In this course we will review some of the best practices and tool chain that will help you setup the automated workflows for operations and development. It will help you increase your knowledge around DevOps and provide you an opportunity to become a change agent in your company to minimize the manual tasks of branching, code commits, code reviews, code merges, build, tests (unit and integration), code quality metrics and standards, integration with repository manager, analytics, deployment of code to the server and application monitoring across environments. The course also covers the agile lifecycle from the point of identifying a requirement and capturing and development and deployment and provide the trace-ability by the story.
- Chapter 1 : Introduction
- Chapter 2 : Prerequisites
- Required Tools and Software Downloads 00:04:25
- Chapter 3 : Installation and Configuration of Software
- Install and Configure Apache Tomcat 00:05:39
- Install and Configure Jfrog Artifactory 00:03:26
- Install and Configure Apache Maven 00:06:10
- Install and Configure Jenkins Part 1 00:02:44
- Install and Configure Jenkins Part II 00:07:13
- Maven Security Setup 00:10:07
- Chapter 4 : Development (Code, Test, Review and Merge)
- Setup SSH for GitHub for User 00:03:50
- Create a GitHub Repository and setup GitFlow 00:08:26
- Create a Spring Boot Project 00:05:32
- Spring STS Setup and Import 00:07:59
- Spring Boot Basic Server Code 00:12:56
- Spring Boot Basic Client Code 00:09:12
- Configure for SCM and Artifactory 00:10:17
- Commit changes and submit pull request 00:05:17
- Chapter 5 : Continuous Integration and Continuous Deploy
- Setup SSH and Maven Settings for Jenkins User 00:08:52
- Install Jenkins Plugins 00:05:46
- Jenkins Plugin Basic 00:05:25
- Jenkins SNAPSHOT Builds 00:05:49
- Jenkins Tomcat Deploy Plugin 00:04:45
- Jenkins Tomcat Deploy Script 00:04:25
- Chapter 6 : GitFlow Feature Release (1.0.0)
- Start a Release 00:10:16
- Release code to QA from tag 00:09:10
- Release code to PROD from artifactory 00:06:29
- Finish Current Release 00:05:51
- Chapter 7 : GitFlow Feature Release (1.2.0)
- Start a Release and deploy to all environments 00:10:40
- Finish Release 00:06:03
- Chapter 8 : GitFlow HotFix Release (1.2.1)
- Create a Bugfix Release and Start and Finish a BugFix Release. 00:12:11
- Chapter 9 : Application and Log Monitoring
- Release 1.3.0 for adding Logging and Deploy to all environments 00:16:13
- Finish the Release 00:10:05
- Finish the Release Continued 00:04:15
- Install and Configure Elastic search and Kibana 00:06:50
- Install and Configure Logstash 00:07:04
- Configure Dashboard and Review the logs 00:06:23
- Chapter 10 : SonarQube Continuous Code Quality Metrics Integration
- SonarQube Installation 00:05:30
- SonarQube Maven Settings 00:03:16
- SonarQube Code Changes 00:07:50
- SonarQube GIT Release Preparation 00:05:16
- SonarQube Jenkins Integration 00:03:49
- SonarQube Results Overview 00:02:15
- SonarQube GIT Release Closure 00:03:01
- Chapter 11 : Jenkins Pipeline Configuration and Build
- Understand Jenkins Pipeline Configuration and Code Changes 00:07:32
- Jenkins Pipeline Job Configuration and Review Pipeline Results 00:04:58
- Chapter 12 : JIRA Confluence GitHub Jenkins Integration
- JIRA Confluence and GitHub Integration 00:08:33
- GitHub Jenkins JIRA Confluence Integration with NGROK 00:13:43
- Chapter 13 : Jenkins Multibranch Pipeline Introduction using Blueocean
- Blueocean Introduction Part 1 00:08:29
- Blueocean Introduction Part 2 00:02:47
- Blueocean Multibranch Pipeline Configuration 00:09:40
- Blueocean Setup and Git Configuration 00:06:31
- Blueocean Develop Branch Configuration 00:05:20
- Blueocean Understanding Pipeline as Code Configuration 00:05:37
- Blueocean Multibranch Pipeline Configuration Release Build Part 1 00:03:43
- Blueocean Multibranch Pipeline Configuration Release Build Part 2 00:19:59
- Blueocean Multibranch Pipeline Configuration Release Build Final 00:10:58
- Chapter 14 : Conclusion