• Categories
    • Cloud Computing
      • AWS Architect Certification
      • AWS Development Certification
      • AWS SysOps Administrator
      • Azure Administrator (AZ-100)
      • Azure Solutions Architect (AZ-200)
      • Azure Solutions Architect (AZ-300)
      • Google Cloud Architect
    • DevOps
      • DevOps Certification Training
      • AWS Certified DevOps Engineer
      • Docker Training and Certification
      • Kubernetes Certification Training
    • Big Data
      • Big Data Hadoop Certification Training
    • Data Science
      • Python Certification Training for Data Science
    • Artificial Intelligence
      • AI & Deep Learning with Tensorflow
    • BI and Visualization
      • Tableau Training & Certification
    • Project Management & Methodologies
      • Six Sigma Green Belt
      • Six Sigma Black Belt
      • Lean Six Sigma Green Belt
      • Lean Six Sigma Black Belt
    • Programming and Frameworks
      • Full Stack Web Developer
      • Python Programming Certification
    • Cyber Security
      • Cyber Security Certification
      • Certified Ethical Hacker – CEH (v10)
      • CISSP Certification Course
    • Software Testing
    • Blockchain
    • Architecture and Design Patterns
    • Digital Marketing
  • All Courses
  • About Us
  • Pay Securely
    Have any question?
    +91 (120) 422 9536
    admin@pinnacledu.com
    Login
    Pinnacledu
    • Categories
      • Cloud Computing
        • AWS Architect Certification
        • AWS Development Certification
        • AWS SysOps Administrator
        • Azure Administrator (AZ-100)
        • Azure Solutions Architect (AZ-200)
        • Azure Solutions Architect (AZ-300)
        • Google Cloud Architect
      • DevOps
        • DevOps Certification Training
        • AWS Certified DevOps Engineer
        • Docker Training and Certification
        • Kubernetes Certification Training
      • Big Data
        • Big Data Hadoop Certification Training
      • Data Science
        • Python Certification Training for Data Science
      • Artificial Intelligence
        • AI & Deep Learning with Tensorflow
      • BI and Visualization
        • Tableau Training & Certification
      • Project Management & Methodologies
        • Six Sigma Green Belt
        • Six Sigma Black Belt
        • Lean Six Sigma Green Belt
        • Lean Six Sigma Black Belt
      • Programming and Frameworks
        • Full Stack Web Developer
        • Python Programming Certification
      • Cyber Security
        • Cyber Security Certification
        • Certified Ethical Hacker – CEH (v10)
        • CISSP Certification Course
      • Software Testing
      • Blockchain
      • Architecture and Design Patterns
      • Digital Marketing
    • All Courses
    • About Us
    • Pay Securely

      DevOps

      • Home
      • All courses
      • DevOps
      • DevOps Certification Training

      DevOps Certification Training

      User Avatar
      sunny
      DevOps, Trending
      $399.00
      Devops2
      • Overview
      • Schedule
      • Curriculum
      • Features
      • FAQs

      The DevOps Certification Training Program will provide you with in-depth knowledge of various DevOps tools including Git, Jenkins, Docker, Ansible, Puppet, Kubernetes and Nagios. This training is completely hands-on and designed in a way to help you become a certified practitioner through best practices in Continuous Development, Continuous Testing, Configuration Management and Continuous Integration, and finally, Continuous Monitoring of software throughout its development life cycle.

      Download Brochure

      Course Features

      • Lectures 89
      • Quizzes 0
      • Duration 50 hours
      • Skill level All levels
      • Language English
      • Students 35972
      • Assessments Yes
      CoursesTrendingDevOps Certification Training
      • Overview of DevOps

        Learning Objective: In this module you will be introduced to the DevOps environment.

        6
        • Lecture1.1
          Why DevOps?
        • Lecture1.2
          What is DevOps?
        • Lecture1.3
          DevOps Market Trends
        • Lecture1.4
          DevOps Engineer Skills
        • Lecture1.5
          DevOps Delivery Pipeline
        • Lecture1.6
          DevOps Ecosystem
      • Version Control with Git

        Learning Objective: In this module, you will gain the insights of the functionalities and version controlling using Git.

        6
        • Lecture2.1
          What is version control?
        • Lecture2.2
          What is Git?
        • Lecture2.3
          Why Git for your organization?
        • Lecture2.4
          Install Git
        • Lecture2.5
          Common commands in Git
        • Lecture2.6
          Working with Remote Repositories
      • Git, Jenkins & Maven Integration

        Learning Objective: In this module, you will learn about the different actions performed through Git and will be introduced to Jenkins and Maven.

        7
        • Lecture3.1
          Branching and Merging in Git
        • Lecture3.2
          Git workflows
        • Lecture3.3
          Git cheat sheet
        • Lecture3.4
          What is CI?
        • Lecture3.5
          Why CI is Required?
        • Lecture3.6
          Introduction to Jenkins (With Architecture)
        • Lecture3.7
          Introduction to Maven
      • Continuous Integration using Jenkins

        Learning Objective: In this module, you will learn how to perform Continuous Integration using Jenkins by building and automating test cases using Maven.

        5
        • Lecture4.1
          Jenkins Management
        • Lecture4.2
          Adding a slave node to Jenkins
        • Lecture4.3
          Building Delivery Pipeline
        • Lecture4.4
          Pipeline as a Code
        • Lecture4.5
          Implementation of Jenkins in the Edureka Project
      • Continuous Testing with Selenium

        Learning Objective: In this module, you will learn about Selenium and how to automate your test cases for testing web elements. You will also get introduced to X-Path, TestNG and integrate Selenium with Jenkins.

        9
        • Lecture5.1
          Introduction to Selenium
        • Lecture5.2
          Why Selenium?
        • Lecture5.3
          Selenium – Webdriver
        • Lecture5.4
          Creating Test Cases in Selenium WebDriver (Waits)
        • Lecture5.5
          What and why X-Path?
        • Lecture5.6
          Handling different controls on Webpage
        • Lecture5.7
          Framework in Selenium
        • Lecture5.8
          Selenium Integration with Jenkins
        • Lecture5.9
          Implementation of Selenium in the Edureka Project
      • Continuous Deployment: Containerization with Docker

        Learning Objective: This module introduces Docker to learners, the core concepts and technology behind Docker. Learn in detail about container and various operations performed on it.

        11
        • Lecture6.1
          Shipping Transportation Challenges
        • Lecture6.2
          Introducing Docker
        • Lecture6.3
          Understanding images and containers
        • Lecture6.4
          Running Hello World in Docker
        • Lecture6.5
          Introduction to Container
        • Lecture6.6
          Container Life Cycle
        • Lecture6.7
          Sharing and Copying
        • Lecture6.8
          Base Image
        • Lecture6.9
          Docker File
        • Lecture6.10
          Working with containers
        • Lecture6.11
          Publishing Image on Docker Hub
      • Containerization with Docker: Ecosystem and Networking

        Learning Objective: In this module, you will learn to integrate different containers using Docker.

        9
        • Lecture7.1
          Introduction to Docker Ecosystem
        • Lecture7.2
          Docker Compose
        • Lecture7.3
          Docker Swarm
        • Lecture7.4
          Managing Containers
        • Lecture7.5
          Running Containers
        • Lecture7.6
          Introduction to Docker Networking
        • Lecture7.7
          Network Types
        • Lecture7.8
          Docker Container Networking
        • Lecture7.9
          Implementation of Docker in the Edureka Project
      • Continuous Deployment: Configuration Management with Puppet

        Learning Objective: In this module, you will learn to install and configure Puppet. Additionally, understand the master-agent architecture in Puppet.

        9
        • Lecture8.1
          Introduction to Puppet
        • Lecture8.2
          Puppet Installation
        • Lecture8.3
          Puppet Configuration
        • Lecture8.4
          Puppet Master and Agent Setup
        • Lecture8.5
          Puppet Module
        • Lecture8.6
          Node Classification
        • Lecture8.7
          Puppet Environment
        • Lecture8.8
          Puppet Classes
        • Lecture8.9
          Automation & Reporting
      • Configuration Management with Ansible

        Learning Objective: In this module, you will learn to install Ansible and configure Ansible roles. You will also learn to write playbooks and finally execute ad-commands using Ansible.

        5
        • Lecture9.1
          Introduction to Ansible
        • Lecture9.2
          Ansible Installation
        • Lecture9.3
          Configuring Ansible Roles
        • Lecture9.4
          Write Playbooks
        • Lecture9.5
          Executing adhoc command
      • Containerization using Kubernetes

        Learning Objective: In this module, you will learn the basics of Kubernetes and its integration with Docker.

        11
        • Lecture10.1
          Revisiting Kubernetes Cluster Architecture
        • Lecture10.2
          Spinning up a Kubernetes Cluster on Ubuntu VMs
        • Lecture10.3
          Exploring your Cluster
        • Lecture10.4
          Understanding YAML
        • Lecture10.5
          Creating a Deployment in Kubernetes using YAML
        • Lecture10.6
          Creating a Service in Kubernetes
        • Lecture10.7
          Installing Kubernetes Dashboard
        • Lecture10.8
          Deploying an App using Dashboard
        • Lecture10.9
          Using Rolling Updates in Kubernetes
        • Lecture10.10
          Containers and Container Orchestration
        • Lecture10.11
          Introduction to Kubernetes
      • Continuous Monitoring with Nagios

        Learning Objective: Learn how to continuously monitor your tasks using various plugins and implementing Nagios Commands.

        5
        • Lecture11.1
          Introduction to Continuous Monitoring
        • Lecture11.2
          Introduction to Nagios
        • Lecture11.3
          Installing Nagios
        • Lecture11.4
          Nagios Plugins(NRPE) and Objects
        • Lecture11.5
          Nagios Commands and Notification
      • Introduction to DevOps on Cloud

        Learning Objective: Learn about various cloud services and service providers and get an idea of how to implement DevOps using AWS.

        6
        • Lecture12.1
          Why Cloud?
        • Lecture12.2
          Introduction to Cloud Computing
        • Lecture12.3
          Why DevOps on Cloud?
        • Lecture12.4
          Introduction to AWS
        • Lecture12.5
          Various AWS services
        • Lecture12.6
          DevOps using AWS
      • Overview
      • Schedule
      • Curriculum
      • Features
      • FAQs
      $399.00
      • Share:

      You May Like

      Certified Information Security Manager – ISACA Read More
      sunny

      Certified Information Security Manager - ISACA

      2305
      $2,000.00
      Microsoft Azure Architect Design (AZ-301) Read More
      sunny

      Microsoft Azure Architect Design (AZ-301)

      1252
      $699.00
      ISO/IEC 27001 Lead Implementer Read More
      sunny

      ISO/IEC 27001 Lead Implementer

      1298
      $1,200.00
      ISO 27001 (ISMS) Lead Auditor Training & Certification Read More
      sunny

      ISO 27001 (ISMS) Lead Auditor Training & Certification

      2256
      $1,200.00
      CISA Certification Course Read More
      sunny

      CISA Certification Course

      870
      $2,000.00

      All Courses

      • Artificial Intelligence
      • BI and Visualization
      • Big Data
      • Cloud Computing
      • Cyber Security
      • Data Science
      • DevOps
      • IT Service Management
      • Networking
      • Programming and Frameworks
      • Project Management and Methodologies
      • Trending

      Latest Courses

      Python Programming Certification Course

      Python Programming Certification Course

      $349.00
      AWS Architect Certification Training

      AWS Architect Certification Training

      $399.00
      Six Sigma Green Belt

      Six Sigma Green Belt

      $300.00
      logo-eduma-the-best-lms-wordpress-theme

      +91 (120) 422 9536

      admin@pinnacledu.com

      • in

      Company

      • About Us
      • Blog
      • Contact
      • Become an Instructor

      Useful Links

      • Courses
      • Events
      • Gallery
      • FAQs
      • Give us a Testimonial

      Support

      • Documentation
      • Forums
      • Log a Ticket

      For Business

      • Corporate Training
      • Become our Reseller

      © 2019 DreamBig IT Solutions India Pvt Ltd. All rights Reserved.

      Disclaimer

    • PMP, PMI, PMBOK, CAPM, PgMP, PfMP, ACP, PBA, RMP, SP, and OPM3 are registered marks of the Project Management Institute, Inc.
    • ITIL® is a [registered] trade mark of AXELOS Limited, used under permission of AXELOS Limited. All rights reserved.
    • IT Infrastructure Library is a [registered] trade mark of AXELOS Limited used, under permission of AXELOS Limited. All rights reserved.
    • The Swirl logo™ is a trade mark of AXELOS Limited, used under permission of AXELOS Limited. All rights reserved.
    • PRINCE2® is a [registered] trade mark of AXELOS Limited, used under permission of AXELOS Limited. All rights reserved.
    • MSP® is a [registered] trade mark of AXELOS Limited, used under permission of AXELOS Limited. All rights reserved.
    • The Open Group®, IT4IT™, ArchiMate® and TOGAF® are registered trademarks of The Open Group.
    • COBIT® is a trademark of ISACA® registered in the United States and other countries.
    • CISA® is a Registered Trade Mark of the Information Systems Audit and Control Association (ISACA) and the IT Governance Institute.
    • CISSP® is a registered mark of The International Information Systems Security Certification Consortium ((ISC)2).
    • CISCO®, CCNA®, and CCNP® are trademarks of Cisco and registered trademarks in the United States and certain other countries.
      • Privacy
      • Terms
      • Refund Policy
      • Reschedule Policy
      • Sitemap

      Become An Instructor?

      Join thousand of instructors and earn money hassle free!

      Get Started Now
      No apps configured. Please contact your administrator.

      Login with your site account

      No apps configured. Please contact your administrator.

      Lost your password?

      Modal title

      Message modal