Companies Home Search Profile

DevOps Complete Course

Focused View

Valaxy Technologies

58:05:04

259 View
  • 001. DevOps Introduction.mp4
    04:13
  • 002. What Is DevOps and Tools Covered.mp4
    20:49
  • 003. Resources.mp4
    00:57
  • 004. Create an AWS Account.mp4
    05:52
  • 001. Git Introduction.mp4
    01:48
  • 002. Content Overview.mp4
    03:02
  • 003. Before Starting with the Course.mp4
    01:13
  • 004. About Your Trainer.mp4
    00:38
  • 005. What Is Version Control System and Why Git.mp4
    06:09
  • 006. Install Git on Window.mp4
    02:38
  • 007. Set Up an EC2 Instance and Install Git.mp4
    08:25
  • 008. Working with Git Bash.mp4
    04:28
  • 009. Creating a Repository on Git.mp4
    07:36
  • 010. Git Workflow.mp4
    13:03
  • 011. Working with Git Stages.mp4
    07:31
  • 012. Compare Code Changes with Different Git Stages.mp4
    11:03
  • 013. Compare Code Changes with Different Local Commits.mp4
    05:25
  • 014. Why Do We Need GitHub.mp4
    02:56
  • 015. Creating GitHub Account.mp4
    04:39
  • 016. Creating a Repo on GitHub Account.mp4
    06:18
  • 017. Cloning a Repo from GitHub.mp4
    04:44
  • 018. Push Code onto Remote Repository.mp4
    08:06
  • 019. Working with Other Developer Code.mp4
    08:27
  • 020. Git Clone Versus Git Pull.mp4
    03:55
  • 021. Unable to Push Changes onto Remote Repository.mp4
    11:17
  • 022. Connecting to GitHub Using SSH.mp4
    11:05
  • 023. Map Local Repo with Remote Repository - Git Remote Add.mp4
    10:46
  • 024. How a Java Developer Pushes Code onto a Remote Repository.mp4
    10:01
  • 025. Working with Commits on Git.mp4
    09:38
  • 026. Know Information about Specific Commit on Git.mp4
    05:18
  • 027. Working with Commits on GitHub.mp4
    07:34
  • 028. Commit Changes Directly on GitHub.mp4
    06:35
  • 029. Why Do We Need Branches on Git.mp4
    06:11
  • 030. Branches in DevOps Workflow.mp4
    04:10
  • 031. Working with Branches on GitHub.mp4
    03:40
  • 032. Working with Branches on Git.mp4
    05:03
  • 033. Committing Changes on Branches.mp4
    07:05
  • 034. Merge Changes onto Master Branch.mp4
    03:13
  • 035. Resolving Merge Conflicts.mp4
    14:07
  • 036. Forking a Repository.mp4
    07:00
  • 037. Creating Pull Request (PR).mp4
    10:33
  • 038. Working with Private Repositories.mp4
    06:40
  • 039. Adding Collaborator to a Repository.mp4
    07:26
  • 040. Creating Protected Branches.mp4
    12:22
  • 041. Tagging a Commit.mp4
    08:48
  • 042. Revert Changes from Working Directory.mp4
    05:56
  • 043. Reverting Changes from Staging Area and Local Repo.mp4
    06:08
  • 044. Using .Gitignore File.mp4
    04:55
  • 045. Git Rebase Command.mp4
    07:24
  • 046. Git Fetch Versus Git Pull.mp4
    06:49
  • 047. Introduction to Git Project.mp4
    06:00
  • 048. Set Up Git Repository and Branches for New Project.mp4
    07:38
  • 049. Allowing Developers to Check-In Code.mp4
    09:11
  • 050. Enabling DevOps Workflow on Dev Environment.mp4
    14:47
  • 051. Pull Request (PR) to Merge Code from Dev Branch to UAT Branch.mp4
    05:34
  • 052. Release Code onto Production.mp4
    17:03
  • 001. Introduction to Maven.mp4
    01:12
  • 002. Topics Covered.mp4
    02:50
  • 003. What Is Maven.mp4
    04:40
  • 004. How Maven Helps a DevOps Engineer.mp4
    02:05
  • 005. Resource to Start.mp4
    01:15
  • 006. About this Section.mp4
    01:14
  • 007. Java Installation on Windows.mp4
    05:01
  • 008. Eclipse Installation.mp4
    02:58
  • 009. Create First Maven Project.mp4
    03:52
  • 010. Maven Coordinates.mp4
    06:50
  • 011. Default Directory Structure.mp4
    02:46
  • 012. Steps Involved in Building a Java Project.mp4
    02:23
  • 013. Maven Goals.mp4
    05:41
  • 014. Maven Goals in Action.mp4
    07:23
  • 015. What Is Pom.xml and How It Works.mp4
    04:57
  • 016. Transitive Dependency.mp4
    01:59
  • 017. Maven Repositories.mp4
    06:04
  • 018. Maven Goals - Deploy Goal for Local Repository.mp4
    03:24
  • 019. Push Maven Project onto GitHub.mp4
    08:25
  • 020. Prepare Maven Server.mp4
    03:47
  • 021. Prerequisites to Set Up Maven.mp4
    05:07
  • 022. Set Up Maven.mp4
    03:36
  • 023. Build Maven Project on Linux.mp4
    10:19
  • 024. Maven - Command Maven Goals.mp4
    02:57
  • 025. Create a Project with Maven Archetype.mp4
    06:06
  • 026. Plugins and Dependencies in pom.xml.mp4
    08:56
  • 027. Settings.xml File.mp4
    02:35
  • 028. Tomcat Server Configurations.mp4
    04:48
  • 029. Deploy War on Tomcat Server.mp4
    09:39
  • 030. Maven in DevOps Workflow.mp4
    00:47
  • 031. Set Up Jenkins Server.mp4
    06:51
  • 032. Add Maven Build Server as an Agent to Jenkins.mp4
    06:49
  • 033. Build a Java Project on Agent Server.mp4
    07:26
  • 034. Build a War File on Agent Node (Maven Server).mp4
    04:29
  • 001. Artifactory Setup and Integration with Jenkins.mp4
    01:33:15
  • 001. Introduction to Jenkins.mp4
    01:14:04
  • 002. Create the First Jenkins Job, Jenkins Job with Parameters.mp4
    01:14:32
  • 003. Run Maven Job, Deploy on Maven.mp4
    01:22:17
  • 004. Jenkins Master and Slave Configuration.mp4
    38:05
  • 005. GitHub Webhook, DSL Job.mp4
    01:07:28
  • 006. Jenkins Pipeline.mp4
    54:56
  • 007. Integrating Artifactory with Jenkins.mp4
    52:24
  • 001. Introduction to SonarQube.mp4
    06:42
  • 002. SonarQube Installation.mp4
    10:56
  • 003. Console Overview.mp4
    13:36
  • 004. SonarQube Installation with PostgreSQL Database.mp4
    27:02
  • 005. SonarQube Integration with Jenkins.mp4
    14:36
  • 001. Introduction and Lab Setup.mp4
    01:39:25
  • 002. Adhoc Commands, Inventory, and ansible.cfg.mp4
    01:30:46
  • 003. Write Ansible Playbook.mp4
    01:04:12
  • 004. Conditions.mp4
    01:33:53
  • 005. Variables, Tomcat Setup.mp4
    01:09:23
  • 006. Ansible Vault and Roles.mp4
    01:19:38
  • 007. Set Up Jenkins Using Ansible, Ansible Galaxy, CICD Job to Set Up Tomcat and Deploy War File.mp4
    01:27:32
  • 008. Ansible Inventory.mp4
    35:42
  • 001. Introduction to Docker and Kubernetes.mp4
    59:29
  • 002. Docker Introduction.mp4
    57:03
  • 003. Docker Basic Commands and DockerHub Introduction.mp4
    01:07:05
  • 004. Docker Images and Docker Networks Introduction.mp4
    54:50
  • 005. Docker Networks and Docker Volumes Introduction.mp4
    57:46
  • 006. Docker Volumes.mp4
    50:57
  • 007. Dockerfile.mp4
    01:09:22
  • 008. Docker Compose and Docker Swarm.mp4
    56:40
  • 001. Introduction to Kubernetes.mp4
    53:23
  • 002. Installation of Kubernetes Using (Minikube and Kubeadm).mp4
    01:11:52
  • 003. Create Google Cloud Account and Initializing Kubernetes Cluster.mp4
    01:04:54
  • 004. Install Google Cloud Command Line Tool and Create the Cluster.mp4
    47:28
  • 005. Kubernetes Objects.mp4
    01:03:35
  • 006. Replication Controller and Cluster IP Service.mp4
    57:44
  • 007. How to Configure NodePort IP and Load Balancer.mp4
    01:00:24
  • 008. Namespace and Services.mp4
    01:08:35
  • 009. ConfigMaps.mp4
    01:00:57
  • 010. Helm Charts.mp4
    56:43
  • 011. Kubernetes - Volumes.mp4
    01:00:29
  • 012. Physical Volume (PV) and Physical Volume Claim (PVC).mp4
    01:01:33
  • 013. Dynamic Provisioning.mp4
    01:16:36
  • 014. Create PVC and Access from POD, Created Jenkins Server.mp4
    42:32
  • 015. Install Git, Maven, Docker and Configure It with Helm.mp4
    50:27
  • 016. CI (Continuous Integration) Job and Deploying Java Application to the Kubernetes Cluster.mp4
    01:08:05
  • 017. CD (Continuous Deployment) to the Helm.mp4
    55:32
  • 018. Horizontal Pod Autoscaler.mp4
    45:38
  • 019. Memory and EFK.mp4
    01:02:38
  • 001. Prometheus Setup.mp4
    59:41
  • 0002. Grafana Setup.mp4
    29:39
  • Description


    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-

    More details


    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Valaxy Technologies
    Valaxy Technologies
    Instructor's Courses
    Valaxy Technologies is recognized as one of the top Cloud and DevOps trainers. A.R. Shankar is the owner, founder, and one of the many instructors at Valaxy Technologies. While he has worked with various technologies in his career, he specializes in Cloud and DevOps. Valaxy Technologies has exponentially grown ever since its inception in 2013. The instructors at Valaxy Technologies have trained over 100,000 global learners.
    Packt is a publishing company founded in 2003 headquartered in Birmingham, UK, with offices in Mumbai, India. Packt primarily publishes print and electronic books and videos relating to information technology, including programming, web design, data analysis and hardware.
    • language english
    • Training sessions 140
    • duration 58:05:04
    • Release Date 2023/05/01