Online course detail
Curriculum
Topics to be covered
There will be no pre-requisites but
Knowledge of Linux and shell scripting will be beneficial.
- Version Control System
- Centralized & Distributed Version
- Control System
- Advantages of Git
- GIT
- GIT Features
- 3-Tree Architecture
- GITHUB Projects
- GITHUB Management
- GIT Clone / Commit / Push / Merge
- GITLAB Installation & Configuration
- Java Compiler
- Maven Life Cycle
- Maven Installation
- Maven build requirement
a)
Introduction
ØIntroduction
ØIntroduction to Ansible
b)
Setup VMs
& Install Ansible
ØInstall VirtualBox
ØClone VMs & Install Ansible
c)
Ansible
Inventory
ØAnsible Inventory
ØCoding Exercise
d)
Introduction
to YAML
ØIntroduction to YAML
ØCoding Exercise
e)
Ansible
Playbooks
ØAnsible Playbooks
ØRun Ansible Playbooks
ØAtom IDE with Ansible
ØCoding Exercise
f)
Ansible
Modules
ØAnsible Modules
ØCoding Exercise
g)
Ansible
Variables
ØAnsible Variables
ØCoding Exercise
h)
Conditionals
ØConditionals
ØCoding Exercise
i)
Loops
ØLoops
ØCoding Exercise
j)
Ansible
Roles
ØAnsible Roles
a) Introduction
ØIntroduction
ØConfiguration
Management & Orchestration
b) Preparation
ØEnvironment
Setup & Installation
ØInstallation
c) Foundation
ØInventory
Pt 1
ØInventory
Pt 2
ØHost
Selection
ØTasks
ØPlays
ØPlaybook
Execution
ØFoundation
Concepts
d) Ansible
Playbooks
ØPlaybooks
Introduction
ØPackages :
apt
ØPackages :
become
ØPackages :
with_items
ØServices:
service
ØSupport
Playbook 1 – Stack Restart
ØServices :
apache2_module, handlers, notify
ØFiles :
copy
ØApplication
Module: pip
ØFiles :
file
ØFiles :
template
ØFiles :
lineinfile
ØApplication
Modules : mysql_db, mysql_user
ØSupport
Playbook 2 – Stack Status : wait_for
ØSupport
Playbook 2 – Stack Status : uri, register, fail, when
ØPlaybooks
Summary
ØPlaybook Concepts
e) Modular
Configuration with Roles
ØRoles
Overview
ØConverting
to Roles: tasks, handlers
ØConverting
to Roles: files, templates
ØSite.yml :
include
ØVariables :
facts
ØVariables :
defaults
ØVariables :
vars
ØVariables :
with_dict
ØSelective
Removal: shell, register, with_items
ØVariables :
vars_files, group_vars
ØVariables :
vault
ØExternal Roles & Galaxy
fz Advanced
Execution
ØAdvanced
Execution Introduction
ØRemoving
Unnecessary Steps: gather_facts
ØExtracting
Repetitive Tasks : cache_valid_time
ØLimiting
Execution by Hosts: limit
ØLimiting
Execution by Tasks: tags
ØIdempotence
: changed_when, failed_when
ØAccelerated Mode & Pipelining
g) Troubleshooting
, Testing & Validation
ØTroubleshooting
Ordering Problems
ØJumping to
specific Tasks: list-tasks, step, start-at-task
ØRetrying
Failed Hosts
ØSyntax-Check
& Dry-Run: syntax-check, check
ØDebugging :
debug
ØTesting
Concepts
a) Installation
& Configuration
ØAnsible
Requirements – Python, PIP & Virtual Environments
ØAnsible on
Microsoft Windows
ØAnsible on Linux
b) Ansible
Architecture & Design
ØAnsible
Inventories
ØAnsible
Modules
ØYAML
ØAnsible
Playbooks
ØAnsible
Playbooks & Variables
ØAnsible
Playbooks, Facts
ØTemplating
with Jinja2
ØAnsible
Playbooks, Creating & Executing
c) Ansible
Playbooks, Advanced Topics
ØAnsible
Playbooks Modules
ØDynamic
Inventories
ØRegister & when
ØLooping
ØAsynchronous
& Parallel
ØTask
Delegation
ØMagic
Variables
ØBlocks
ØUsing the
Ansible Vault
ØCreating
Custom Modules
ØCreating
Plugins
d) Structuring
Ansible Playbooks
ØUsing
Includes & Imports
ØUsing Tags
ØUsing Roles
e) Using
Ansible with Cloud Services & Containers
ØAWS with
Ansible
ØDocker
Support with Ansible
f) Other
Ansible Resources & Areas
ØTroubleshooting
Ansible
ØValidating
Testing with Ansible
ØUpgrading
Ansible
a)
Introduction
Ø Setup Environment
Ø Setup Environment with Docker
b)
Web
Application
Ø WebApp Installation Instructions on Centos 7
Ø Playbook – Web Application
c)
File
Separation
d)
Roles
e)
Asynchronous
Actions
f)
Strategy
g)
Error
Handling
h)
Jinja
Templating
i)
Lookups
j)
Vault
Continuous
Monitoring using Ganglia
Learning Objectives : This module helps you
integrate Jenkins, Docker and Puppet, and create an application using them. You
can also learn about system monitoring using Ganglia and its components.
Configure Ganglia to monitor web server, server configuration and modify
Ansible script to automatically add webserver to the list of servers to be
monitored.
Introduction
& Installation
Ø Download the Jenkins Docker
Image
Ø Install Docker Compose
Ø Creating Docker Compose File
for Jenkins
Ø Creating a Docker Container
for Jenkins
b) Getting
started with Jenkins
Ø Introduction to Jenkins UI
Ø Creating First Jenkins Job
Ø Redirect our First Job output
Ø Learn how to execute a bash
script from Jenkins
Ø Add parameters to our Job
Ø Learn how to create a Jenkins
list parameter with our script
Ø Add basic logic & Boolean
parameters
c) Jenkins &
Docker
Ø Docker + Jenkins +SSH – 1
Ø Docker + Jenkins + SSH – 2
Ø Docker + Jenkins + SSH – 3
Ø Learn how to install Jenkins
Plugins (SSH Plugin)
Ø Integrate our Docker SSH
server with Jenkins
Ø Run Jenkins Job on our Docker
remote host through SSH
d) Jenkins &
AWS
Ø Introduction : MySQL + AWS +
Shell Scripting + Jenkins
Ø Create a Jenkins Job to upload
our DB to AWS
e) Jenkins &
Ansible
Ø introduction: Jenkins +
Ansible
Ø Install Ansible: Docker +
Jenkins
Ø Make the SSH Keys permanent
on the Jenkins container
Ø Create a simple Ansible
Inventory
Ø Create first Ansible Playbook
Ø Integrate Ansible &
Jenkins (Ansible Plugin)
Ø Learn how to execute
Playbooks from a Jenkins Job
Ø Power up Add parameters to
Ansible & Jenkins
Ø Missing the colors? Colorize
our playbooks output
Ø Challenge: Jenkins + Ansible
+ MySQL + PHP + NGINX + Shell scripting
Ø Create a Playbook in Ansible
to update our web table
Ø Test our playbook
f) Jenkins &
Security
Ø Learn how to Enable/Disable
Login in Jenkins
Ø Allow users to sign up
Ø Install a powerful security
Plugin
Ø Create users manually in the
Jenkins DB
Ø Create a Read-Only role
Ø Assign the role that we
created to a particular user
Ø Create a role to execute Jobs
, and assign that role to our user
Ø Learn how to restrict Jobs to the user using Project Roles.
g) Jenkins &
Email
Ø Introduction: Jenkins &
Email
Ø Install a Mail Plugin
Ø Integrate Jenkins and Gmail
Ø Add notifications to our Jobs
h) Jenkins &
Maven
Ø Introduction: Jenkins &
Maven
Ø Install the Maven Plugin
Ø Install the GIT Plugin
Ø Learn how to clone a GIT/GUB
repository from Jenkins
Ø Learn how to build a JAR
using Maven
Ø Learn how to test our code
Ø Deploy our Jar Locally
Ø Display the results of our
tests using a graph
Ø Archive the last successful
artifact
Ø Send Email notifications about the status of our maven project.
i) Jenkins &
GIT
Ø Create a GIT server using
Docker
Ø Create first GIT Repository
Ø Create a GIT user to interact
with our repository
Ø Upload the code for the Java
App in our Repo
Ø Integrate the GIT server to
our Maven Job
Ø Learn about GIT Hooks
Ø Trigger Jenkins Job using a GIT Hook
j) CI/CD
Definitions
Ø Introduction to CI/CD
Ø Continuous Integration
Ø Continuous Delivery
Ø Continuous Deployment
k) Jenkins
Pipeline – Jenkinsfile
Ø Introduction to Pipeline
Ø Introduction to Jenkinsfile
Ø Install the Jenkins Pipeline
Plugin
Ø Create first Pipeline
Ø Add multi-steps to our
Pipeline
Ø Retry
Ø Timeouts
Ø Environment Variables
Ø Credentials
Ø Post actions
l) CI/CD +
Jenkins Pipeline + Docker + Maven
Ø Define the steps of Pipeline
Ø Write Bash scripts to
automate Jar creation
Ø Write a Bash script to
automate Docker Image creation
Ø Build: Add scripts to the
Jenkinsfile
Ø Start the CI/CD process by committing new code to GIT
Introduction
Ø What is CI/CD
Ø Resources to Setup CI/CD Pipeline
2) CI/CD
Pipeline using GIT, Jenkins & Maven
Ø Jenkins Installation
Ø Run First Jenkins Job
Ø Git Setup
Ø Maven Setup
Ø Create first Maven Job
3) Integrating
Tomcat Server in CI/CD Pipeline
Ø Tomcat Server Setup
Ø Deploy a war File on Tomcat
using Jenkins
4) Integrating Docker
in CI/CD Pipeline
Ø Docker setup
Ø integrating Docker with
Jenkins
Ø Jenkins Jon to copy artifacts
to DockerHost
Ø Create a Dockerfile
Ø Deploy a war file on Docker container using Jenkins
5) Integrating
Ansible in CI/CD Pipeline
Ø Ansible Setup
Ø Integrate Ansible with
Jenkins
Ø Creating Ansible Playbook
Ø Run Ansible Playbook from
Jenkins
Ø Update Ansible Playbooks to
delete and create Docker containers
Ø DockerHUB integration with
Ansible
Ø Tagging Docker image using
Ansible playbooks
Ø Jenkins Job to deploy on Docker container through Dockerhub
6) Integrating
Kubernetes in CI/CD Pipeline
Ø Introduction to Kubernetes
Ø Integrate Kubernetes with
Ansible
Ø Jenkins CD job to deploy on
Kubernetes
Ø Automate deployment on
Kubernetes with CI/CD Job
-
Enterprise 3-tier Application layout
Haproxy load balancer.
Apache Web Server
Apache Tomcat Server
MariaDB Server
MOD_JK Proxy
Integration of Web Server with Application Server.
During the DevOps training, you will get
opportunity to work on the below-mentioned case studies:
Problem Statement: Build a CI-CD Pipeline
for a software product to automate the entire process from development end to
deployment phase.
Creation of a sample project in Jenkins to test automated build phase
Create a CI-CD Pipeline View
Create Unit Test
Generate EMMA code coverage report
Creation of CD pipeline by deploying archive
Docker Integration with Jenkins
ØAWS EKS (Amazon EKS is a
managed service that helps make it easier to run Kubernetes on AWS) – Container
Orchestration on Cloud
ØKubernetes as a Service: GKE
vs. AKS vs. EKS
ØAzure Kubernetes Service (AKS)
ØAmazon Elastic Container
Service for Kubernetes (Amazon EKS)
ØAWS vs. Azure vs.
GCP: Hosted Kubernetes Compared
ØCL/CD pipeline setup on AWS EC2 Instance
ØAmazon S3
Ø Available Storage types
o S3
o RDS
o DynamoDB
Ø AWS IAM, Roles and policies
Course Description
Gyansetu DevOps Training with Docker and Kubernetes Course will give you knowledge to configure various DevOps phases like Continuous Development, Continuous Testing, Configuration Management, including Continuous Integration and Continuous Deployment and finally Continuous Monitoring of the software throughout its development life cycle by using DevOps tools like Jenkins, Puppet, Docker & others.
However DevOps is a misconceived notion. Is it a tool? A skill to master? Is DevOps limited to specific teams? is it all about collaboration? The question is never ending and is doing rounds in corporate industry. We at Gyansetu have devised a user friendly strategy to make you an expert in DevOps.
- DevOps Ecosystem Life Cycle & its various phases.
- CI pipeline configuration using Git & Jenkins CI server.
- Understanding Docker container management & image creation.
- Docker Container management & Shell creation.
- Docker container Linking & Composition.
- Docker Cloud Integration with CI/CD Pipeline & Docker Hub.
- Continuous Monitoring using Ganglia & integrating docker various CI/CD Pipeline Streams.
- Live Project execution as per software requirement.
This module will help you to understand the entire Ecosystem that is configured while creating CI/CD pipelines during software development.
This course also help you to understand Configuration Management for seamless activity during SDLC phases by using below mentioned tools :
Puppet : Puppet Architecture , Agent Setup & SSL Sign Certificate Setup, Installing & Configuring r10K, Puppet, File Server & Manifest files.
Ansible : Ansible Architecture & Installation, Ansible Towers & Module creation, Ansible Playbook & Non PlayBook mode, Ansible Roles & Handlers & configuration management using Ansible.
We at Gyansetu understand that teaching any course is not difficult but to make someone job-ready is the essential task. That's why we have prepared capstone projects which will drive your learning through real-time industry scenarios and help you clearing interviews.
All the advanced level topics will be covered at Gyansetu in a classroom/online Instructor-led mode with recordings.
No prerequisites. This course is for beginners.
- Our placement team will add Devops skills & projects to your CV and update your profile on Job search engines like Naukri, Indeed, Monster, etc. This will increase your profile visibility in top recruiter search and ultimately increase interview calls by 5x.
- Our faculty offers extended support to students by clearing doubts faced during the interview and preparing them for the upcoming interviews.
- Gyansetu’s Students are currently working in Companies like Sapient, Capgemini, TCS, Sopra, HCL, Birlasoft, Wipro, Accenture, Zomato, Ola Cabs, Oyo Rooms, etc.
Gyansetu is providing complimentary placement service to all students. Gyansetu Placement Team consistently works on industry collaboration and associations which help our students to find their dream job right after the completion of training.
- Gyansetu trainers are well known in Industry; who are highly qualified and currently working in top MNCs.
- We provide interaction with faculty before the course starts.
- Our experts help students in learning Technology from basics, even if you are not good at basic programming skills, don’t worry! We will help you.
- Faculties will help you in preparing project reports & presentations.
- Students will be provided Mentoring sessions by Experts.
Certification
Devops CertificationReviews
Placement
Meet
Placed In:
IBM
Placed On – July 09 , 2020Review:
Gyansetu is that family that has taken me in and gave me satisfactory profound information related to DevOps and also I am very thankful to the management team.
Manpreet
Placed In:
Paytm
Placed On – August 18 , 2019Review:
Whatever the trainers teach and do, they do it with all perfection. Thats why Gyansetu is Best.
Sai
Placed In:
KPMG
Placed On – November 10 , 2020Review:
I join Gyansetu through talk with Ms. Nisha, she talked to me so nicely about the courses offered and how I can achieve so much within a short period undergoing fast track training.
Enroll Now
Structure your learning and get a certificate to prove it.
Projects
- Integration of Jenkins with Github repository to automate build for CI pipeline.
- Creation of a sample project in Jenkins to test automated build phase
- Create a CI-CD Pipeline View
- Create Unit Test
- Generate EMMA code coverage report
- Creation of CD pipeline by deploying archive
- Docker Integration with Jenkins
- Run the Pipeline
DevOps Training in Gurgaon Features
FAQs
- What type of technical questions are asked in interviews?
- What are their expectations?
- How should you prepare?
We have seen getting a relevant interview call is not a big challenge in your case. Our placement team consistently works on industry collaboration and associations which help our students to find their dream job right after the completion of training. We help you prepare your CV by adding relevant projects and skills once 80% of the course is completed. Our placement team will update your profile on Job Portals, this increases relevant interview calls by 5x.
Interview selection depends on your knowledge and learning. As per the past trend, initial 5 interviews is a learning experience of
Our faculty team will constantly support you during interviews. Usually, students get job after appearing in 6-7 interviews.
- What type of technical questions are asked in interviews?
- What are their expectations?
- How should you prepare?
We have seen getting a technical interview call is a challenge at times. Most of the time you receive sales job calls/ backend job calls/ BPO job calls. No Worries!! Our Placement team will prepare your CV in such a way that you will have a good number of technical interview calls. We will provide you interview preparation sessions and make you job ready. Our placement team consistently works on industry collaboration and associations which help our students to find their dream job right after the completion of training. Our placement team will update your profile on Job Portals, this increases relevant interview call by 3x
Interview selection depends on your knowledge and learning. As per the past trend, initial 8 interviews is a learning experience of
Our faculty team will constantly support you during interviews. Usually, students get job after appearing in 6-7 interviews.
- What type of technical questions are asked in interviews?
- What are their expectations?
- How should you prepare?
We have seen getting a technical interview call is hardly possible. Gyansetu provides internship opportunities to the non-working students so they have some industry exposure before they appear in interviews. Internship experience adds a lot of value to your CV and our placement team will prepare your CV in such a way that you will have a good number of interview calls. We will provide you interview preparation sessions and make you job ready. Our placement team consistently works on industry collaboration and associations which help our students to find their dream job right after the completion of training and we will update your profile on Job Portals, this increases relevant interview call by 3x
Interview selection depends on your knowledge and learning. As per the past trend, initial 8 interviews is a learning experience of
Our faculty team will constantly support you during interviews. Usually, students get job after appearing in 6-7 interviews.
Yes, a one-to-one faculty discussion and demo session will be provided before admission. We understand the importance of trust between you and the trainer. We will be happy if you clear all your queries before you start classes with us.
We understand the importance of every session. Sessions recording will be shared with you and in case of any query, faculty will give you extra time to answer your queries.
Yes, we understand that self-learning is most crucial and for the same we provide students with PPTs, PDFs, class recordings, lab sessions, etc, so that a student can get a good handle of these topics.
We believe in the concept that having less students is the best way to pay attention to each student individually and for the same our batch size varies between 5-10 people.
Yes, we have batches available on weekends. We understand many students are in jobs and it's difficult to take time for training on weekdays. Batch timings need to be checked with our counsellors.
Yes, we have batches available on weekdays but in limited time slots. Since most of our trainers are working, so either the batches are available in morning hours or in the evening hours. You need to contact our counsellors to know more on this.
Total duration of the course is 80 hours (40 hours of live instructor-led-training and 40 hours of self-paced learning).
You don’t need to pay anyone for software installation, our faculties will provide you all the required softwares and will assist you in the complete installation process.
Our faculties will help you in resolving your queries during and after the course.