وب سایت تخصصی شرکت فرین
دسته بندی دوره ها

DevOps Complete Course

سرفصل های دوره

Learn about the DevOps tools involved at each stage of the DevOps lifecycle, right from continuous development, continuous integration, continuous deployment, and continuous testing to continuous monitoring in a process-centric workflow. Explore the various DevOps tools. Setting up a complete CI/CD pipeline using various DevOps tools requires a good amount of diverse knowledge and understanding of a logical workflow of a DevOps project; this course comes bundled with all the answers in process-driven labs/activities. In this course, we will create a complete CI/CD pipeline to run a java application. You will learn to create a simple DevOps project using Git as the local version control system, GitHub as the distributor version control system, Jenkins as the continuous integration tool, Maven as a build tool, SonarQube as a code analysis tool, JFrog Artifactory as an artifact repository, Ansible as configuration management and deployment tool, Docker for containerization, Kubernetes as a container management tool, Prometheus as a monitoring and alerting tool, and Grafana as an interactive visualization web application—and all this environment is set up on AWS. By the end of this course, you will have learned the industry’s favorite DevOps tools stack. You will also be able to set up production-ready DevOps CI/CD pipelines. All the resource files are added to the GitHub repository at: https://github.com/PacktPublishing/DevOps-Complete-Course-


Chapter 1 Introduction to the Course
  • 001. DevOps Introduction
  • 002. What Is DevOps and Tools Covered
  • 003. Resources
  • 004. Create an AWS Account

  • Chapter 2 Git and GitHub
  • 001. Git Introduction
  • 002. Content Overview
  • 003. Before Starting with the Course
  • 004. About Your Trainer
  • 005. What Is Version Control System and Why Git
  • 006. Install Git on Window
  • 007. Set Up an EC2 Instance and Install Git
  • 008. Working with Git Bash
  • 009. Creating a Repository on Git
  • 010. Git Workflow
  • 011. Working with Git Stages
  • 012. Compare Code Changes with Different Git Stages
  • 013. Compare Code Changes with Different Local Commits
  • 014. Why Do We Need GitHub
  • 015. Creating GitHub Account
  • 016. Creating a Repo on GitHub Account
  • 017. Cloning a Repo from GitHub
  • 018. Push Code onto Remote Repository
  • 019. Working with Other Developer Code
  • 020. Git Clone Versus Git Pull
  • 021. Unable to Push Changes onto Remote Repository
  • 022. Connecting to GitHub Using SSH
  • 023. Map Local Repo with Remote Repository - Git Remote Add
  • 024. How a Java Developer Pushes Code onto a Remote Repository
  • 025. Working with Commits on Git
  • 026. Know Information about Specific Commit on Git
  • 027. Working with Commits on GitHub
  • 028. Commit Changes Directly on GitHub
  • 029. Why Do We Need Branches on Git
  • 030. Branches in DevOps Workflow
  • 031. Working with Branches on GitHub
  • 032. Working with Branches on Git
  • 033. Committing Changes on Branches
  • 034. Merge Changes onto Master Branch
  • 035. Resolving Merge Conflicts
  • 036. Forking a Repository
  • 037. Creating Pull Request (PR)
  • 038. Working with Private Repositories
  • 039. Adding Collaborator to a Repository
  • 040. Creating Protected Branches
  • 041. Tagging a Commit
  • 042. Revert Changes from Working Directory
  • 043. Reverting Changes from Staging Area and Local Repo
  • 044. Using .Gitignore File
  • 045. Git Rebase Command
  • 046. Git Fetch Versus Git Pull
  • 047. Introduction to Git Project
  • 048. Set Up Git Repository and Branches for New Project
  • 049. Allowing Developers to Check-In Code
  • 050. Enabling DevOps Workflow on Dev Environment
  • 051. Pull Request (PR) to Merge Code from Dev Branch to UAT Branch
  • 052. Release Code onto Production

  • Chapter 3 Maven
  • 001. Introduction to Maven
  • 002. Topics Covered
  • 003. What Is Maven
  • 004. How Maven Helps a DevOps Engineer
  • 005. Resource to Start
  • 006. About this Section
  • 007. Java Installation on Windows
  • 008. Eclipse Installation
  • 009. Create First Maven Project
  • 010. Maven Coordinates
  • 011. Default Directory Structure
  • 012. Steps Involved in Building a Java Project
  • 013. Maven Goals
  • 014. Maven Goals in Action
  • 015. What Is Pom.xml and How It Works
  • 016. Transitive Dependency
  • 017. Maven Repositories
  • 018. Maven Goals - Deploy Goal for Local Repository
  • 019. Push Maven Project onto GitHub
  • 020. Prepare Maven Server
  • 021. Prerequisites to Set Up Maven
  • 022. Set Up Maven
  • 023. Build Maven Project on Linux
  • 024. Maven - Command Maven Goals
  • 025. Create a Project with Maven Archetype
  • 026. Plugins and Dependencies in pom.xml
  • 027. Settings.xml File
  • 028. Tomcat Server Configurations
  • 029. Deploy War on Tomcat Server
  • 030. Maven in DevOps Workflow
  • 031. Set Up Jenkins Server
  • 032. Add Maven Build Server as an Agent to Jenkins
  • 033. Build a Java Project on Agent Server
  • 034. Build a War File on Agent Node (Maven Server)

  • Chapter 4 Artifactory
  • 001. Artifactory Setup and Integration with Jenkins

  • Chapter 5 Jenkins
  • 001. Introduction to Jenkins
  • 002. Create the First Jenkins Job, Jenkins Job with Parameters
  • 003. Run Maven Job, Deploy on Maven
  • 004. Jenkins Master and Slave Configuration
  • 005. GitHub Webhook, DSL Job
  • 006. Jenkins Pipeline
  • 007. Integrating Artifactory with Jenkins

  • Chapter 6 SonarQube
  • 001. Introduction to SonarQube
  • 002. SonarQube Installation
  • 003. Console Overview
  • 004. SonarQube Installation with PostgreSQL Database
  • 005. SonarQube Integration with Jenkins

  • Chapter 7 Ansible
  • 001. Introduction and Lab Setup
  • 002. Adhoc Commands, Inventory, and ansible.cfg
  • 003. Write Ansible Playbook
  • 004. Conditions
  • 005. Variables, Tomcat Setup
  • 006. Ansible Vault and Roles
  • 007. Set Up Jenkins Using Ansible, Ansible Galaxy, CICD Job to Set Up Tomcat and Deploy War File
  • 008. Ansible Inventory

  • Chapter 8 Docker
  • 001. Introduction to Docker and Kubernetes
  • 002. Docker Introduction
  • 003. Docker Basic Commands and DockerHub Introduction
  • 004. Docker Images and Docker Networks Introduction
  • 005. Docker Networks and Docker Volumes Introduction
  • 006. Docker Volumes
  • 007. Dockerfile
  • 008. Docker Compose and Docker Swarm

  • Chapter 9 Kubernetes
  • 001. Introduction to Kubernetes
  • 002. Installation of Kubernetes Using (Minikube and Kubeadm)
  • 003. Create Google Cloud Account and Initializing Kubernetes Cluster
  • 004. Install Google Cloud Command Line Tool and Create the Cluster
  • 005. Kubernetes Objects
  • 006. Replication Controller and Cluster IP Service
  • 007. How to Configure NodePort IP and Load Balancer
  • 008. Namespace and Services
  • 009. ConfigMaps
  • 010. Helm Charts
  • 011. Kubernetes - Volumes
  • 012. Physical Volume (PV) and Physical Volume Claim (PVC)
  • 013. Dynamic Provisioning
  • 014. Create PVC and Access from POD, Created Jenkins Server
  • 015. Install Git, Maven, Docker and Configure It with Helm
  • 016. CI (Continuous Integration) Job and Deploying Java Application to the Kubernetes Cluster
  • 017. CD (Continuous Deployment) to the Helm
  • 018. Horizontal Pod Autoscaler
  • 019. Memory and EFK

  • Chapter 10 Prometheus
  • 001. Prometheus Setup
  • 0002. Grafana Setup
  • 53,700 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    شناسه: 9090
    حجم: 10958 مگابایت
    مدت زمان: 3486 دقیقه
    تاریخ انتشار: 15 فروردین 1402
    طراحی سایت و خدمات سئو

    53,700 تومان
    افزودن به سبد خرید