Home » DevOps Certification Training Architecture & Design Patterns Artificial Intelligence Big Data Blockchain Business Intelligence & Visualisation Cloud Computing Cyber Security Data Science Data Warehousing & ETL Databases DevOps Digital Marketing Front-End Development Health & Safety Training Mobile Development Operating Systems Programming & Frameworks Project Management & Methodologies Robotic Process Automation Software Testing 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. Curriculum Overview of DevOps Module Objectives: In this module you will be introduced to DevOps environment. Topics: Why DevOps? What is DevOps? DevOps Market Trends DevOps Engineer Skills DevOps Delivery Pipeline DevOps Ecosystem Hands On: Brighter Connect’s Use Case Version Control with Git Learning Objective: In this module you will be introduced to DevOps environment. Topics: What is version control What is Git Why Git for your organization Install Git Common commands in Git Working with Remote Repositories Hands On: GIT Installation, Version Control, Working with remote repository Git, Jenkins & Maven Integration Goal: Learning Objective: In this module, you will learn about the different actions performed through git and will be introduced to Jenkins and maven. Topics: Branching and Merging in Git Preview Git workflows Git cheat sheet What is CI Why CI is Required Introduction to Jenkins (With Architecture) Preview Introduction to Maven Hands-on: Branching and merging, Stashing, rebasing, reverting and resetting Build and automation of Test using Jenkins and Maven Continuous Integration using Jenkins Learning Objective: In this module, you will know how to perform Continuous Integration using Jenkins by building and automating test cases using Maven. Topics: Jenkins Management Preview Adding a slave node to Jenkins Building Delivery Pipeline Pipeline as a Code Implementation of Jenkins in the Edureka’s Project Hands-on: Build the pipeline of jobs using Jenkins Create a pipeline script to deploy an application over the tomcat server 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. Topics: Introduction to Selenium Why Selenium? Selenium – Webdriver Creating Test Cases in Selenium WebDriver (Waits) What and why X-Path Handling different controls on Webpage Framework in Selenium Selenium Integration with Jenkins Implementation of Selenium in the Brighter Connect’s Project Hands-on: Installing Selenium Creating Test Cases in Selenium WebDriver Integrating Selenium with Jenkins Continuous Deployment: Containerization with Docker Learning Objective: This module introduces Docker to readers, the core concepts and technology behind Docker. Learn in detail about container and various operations performed on it. Topics: Shipping Transportation Challenges Introducing Docker Understanding images and containers Running Hello World in Docker Introduction to Container Container Life Cycle Sharing and Copying Base Image Docker File Working with containers Publishing Image on Docker Hub Hands-on: Create and Implement docker images and containers Containerization with Docker: Ecosystem and Networking Learning Objective: In this module, you will learn to integrate different containers using docker. Topics: Introduction to Docker Ecosystem Docker Compose Docker Swarm Managing Containers Running Containers Introduction to Docker Networking Network Types Docker Container Networking Implementation of Docker in the Edureka’s Project Hands-on: Use Docker Compose to create a WordPress site Start Containers on a Cluster with Docker Swarm Deploy a multi-tier application over a cluster Scale an application 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. Topics: Introduction to Puppet Puppet Installation Puppet Configuration Puppet Master and Agent Setup Puppet Module Node Classification Puppet Environment Puppet Classes Automation & Reporting Hands-on: Install and configure Puppet Configure and implement servers using Puppet Configuration Management with Ansible Learning Objective: In this module, you will learn to install and configure Puppet. Additionally, understand the master-agent architecture in Puppet. Topics: Introduction to Puppet Puppet Installation Puppet Configuration Puppet Master and Agent Setup Puppet Module Node Classification Puppet Environment Puppet Classes Automation & Reporting Hands-on: Install and configure Puppet Configure and implement servers using Puppet Containerization using Kubernetes Learning Objective: In this module, you will learn the basics of Kubernetes and its integration with Docker. Topics: Revisiting Kubernetes Cluster Architecture Spinning up a Kubernetes Cluster on Ubuntu VMs Exploring your Cluster Understanding YAML Creating a Deployment in Kubernetes using YAML Creating a Service in Kubernetes Installing Kubernetes Dashboard Deploying an App using Dashboard Using Rolling Updates in Kubernetes Containers and Container Orchestration Introduction to Kubernetes Hands-on: Setting up the Kubernetes Cluster Accessing your application through service Deploying an app through Kubernetes Dashboard Rolling updates in Kubernetes Continuous Monitoring with Nagios Learning Objective: Learn how to continuously monitor your tasks using various plugins and implementing Nagios Commands. Topics: Introduction to Continuous Monitoring Introduction to Nagios Installing Nagios Nagios Plugins(NRPE) and Objects Nagios Commands and Notification Hands-on: Installing Nagios Monitoring of different servers using Nagios Introduction to DevOps on Cloud Learning Objective: Learn about various cloud services and service providers, also get the brief idea of how to implement DevOps using AWS. Topics: Introduction to Continuous Monitoring Introduction to Nagios Installing Nagios Nagios Plugins(NRPE) and Objects Nagios Commands and Notification Hands-on: Why Cloud? Introduction to Cloud Computing Why DevOps on Cloud? Introduction to AWS Various AWS services DevOps using AWS Course Description What will you learn as a part of this course? DevOps improves collaboration and productivity by automating infrastructure and workflows and continuously measuring applications performance. In this course you will learn about Version Controlling, Code Automation, Continuous Integration, Continuous Deployment, Configuration Management, and Monitoring of application. Who should go for this training? The following professionals can go for this course: Software Tester System Admin Solution Architect Security Engineer Application Developers Integration Specialist What are the skills that you will be learning with our DevOps course? After completing this Devops Certification Training, you should be able to: Manage and keep a track of different versions of the source code using Git Build and Automate Test using Jenkins and Maven Automate testing of web elements using Selenium suite of tools Build and Deploy containerization using Docker Learn different roles and Command Line usage of Ansible Manage clustering and scaling with Kubernetes Perform Continuous Monitoring using Nagios Gain experience of working on an industry standard live Project What are the pre-requisites for this Course? Required Pre-requisites: Any Scripting Language Knowledge Linux Fundamentals To help you brush up these skills, you will get the following self-paced modules as pre-requisites in your LMS: Python Scripting Linux Fundamentals Project What are the system requirements for this course? The system requirements include Windows / Mac / Linux PC, minimum 4GB RAM, 20 GB HDD Storage and Core i3 or above processor. How will I execute the practicals? All the Demo/Hands-on are to be executed on Edureka's Pre-configured Virtual Machine. The detailed installation guides are provided in the LMS for setting up the environment. For any doubt, the 24*7 support team will promptly assist you. Which case studies or projects are a part of this course? This course has 12 Modules with Case Studies. These case studies are real life business scenarios that a Devops Engineer will face in his daily work-life. Apart from these case studies you will be working on a certification project which will test your overall knowledge of DevOps. Following is the problem statement for the same: Problem Statement: Company AppleBite is using Cloud for one of their products. The project uses many modular components, different frameworks, components developed by different teams or by 3rd party partners, open source libraries etc. As the product evolved, there are multiple versions of different code, and multiple versions of these components and multiple environments to deploy like INT, E2E, SANDBOX, PROD and so on. This causes the following problems: Complex builds are hard Manual efforts to build many components Incremental builds are difficult (Different environment for Development, Integration, End to End Testing & Production) Frequent change in the Legacy components The company goal is to deliver the product frequently to the Production Server with high quality & Reliability. To achieve this, they require Continuous Integration & Continuous Deployment. To implement this DevOps Process you have to use the following tools: Git – For version control for tracking changes in the code files Maven – For software packaging Jenkins – For continuous integration and continuous deployment Docker – For container image which is a lightweight, executable package of software which includes everything needed to run the image (eg. code, libraries etc) Puppet - Open-source software configuration management tool Nagios - Application monitoring tool The files and flow for the execution of this project will be present in your LMS. Please enroll for its access. Your Online (DevOps Certification Training) Package Upon purchase, you will receive a password via the email you used to purchase the course. You will then be able to login to our online learning portal with your email and password. You will have access to the portal for 12 months to complete your course. £624 £424 + VAT Book Now