DevOps Online Training


About the Course

  • The DevOps Training Program will provide you with in-depth knowledge of various DevOps tools, including Linux, Git, Maven, Nexus, SonarQube, Tomcat, Jenkins, Docker, and Ansible.
  • This DevOps course is completely hands-on and designed to help you become a DevOps engineer.




Your Instructor:


  • I have rich experience in DevOps and Cloud technologies, with a strong track record of successfully completing projects using a wide range of popular tools in the market.
  • I have worked across various domains including Telecom, Retail, Banking, and Healthcare, gaining valuable expertise in each.
  • More than 500+ engineers have been trained by me, and they have successfully secured positions in reputable MNCs, earning respectable salaries.
  • Throughout my career, I have faced and overcome numerous challenges, resulting in significant transformations in project outcomes.
  • I hold certifications in AWS, Kubernetes, Terraform, Linux, and continue to pursue additional certifications in various other domains.

Instructor Details:


Name: Moole Muralidhara Reddy

Mobile: +91 7893121036

Mail: [email protected]

LinkedIn: https://www.linkedin.com/in/moole-muralidhara-reddy/

Introduction to the DevOps Course Demo Video



The "Introduction to the DevOps Course Demo Video" is a video that serves as an introductory preview for a DevOps course. In this video, you will be provided with an overview of the course content, objectives, and the benefits of enrolling in the DevOps training program. The video will highlight key topics covered in the course, such as various DevOps tools and technologies, including Linux, Git, Maven, Nexus, SonarQube, Tomcat, Jenkins, Docker, and Ansible. Additionally, the video will emphasize the hands-on nature of the course, showcasing how it is designed to provide practical experience and skills necessary to become a proficient DevOps engineer. Whether you are new to DevOps or looking to enhance your existing knowledge, this introductory video will give you a glimpse into the comprehensive and immersive learning experience offered by the DevOps course.



Course Syllabus


DevOps Overview

  • What is Waterfall & Agile Methodology
  • DevOps Overview
  • Creation of AWS account
  • Creation of Linux EC2 instance
  • Downloading the putty and puttygen
  • Connecting to the Linux server
  • Create and Connecting to the Ubuntu server
  • Create and Connecting to the Ubuntu server
  • Create and Connecting to the Windows server

Linux

  • Linux Overview
  • Linux Basic commands with example
  • Linux directory structure
  • Working with files
  • Working with Directories
  • Working with cp & mv command
  • Working with soft, hard link and inode number
  • Working with File Permissions
  • Working with File Ownership
  • Working with rm command
  • Creating and deleting the users
  • Creating and deleting the groups
  • Working with head & tail
  • Working with top & free command
  • Working with YUM command
  • Working with RPM
  • Working with find command
  • Working with df , du, kill, ps commands
  • Working with echo , env , tac , locate commands
  • Working with sleep , exit , host , diff commands
  • Working with scp , ssh commands
  • Working with crontab & sed commands
  • Working with telnet & netstat commands
  • Working with nslookup & ifconfig

Git

  • Git Overview
  • Installation of git in Linux
  • Installation of git in Ubuntu
  • Installation of GitBash in windows
  • Overview of Git Workflow
  • Working with git init & git config command
  • Creation and deletion of git branches
  • Creation of GitHub account
  • GitHub Dashboard Overview
  • Push the code from local to remote
  • Changing the existing remote url in local
  • Cloning the repository from remote to local
  • Difference between git pull and git fetch
  • Working with git merge & git rebase
  • Working with git reset command
  • Working with git revert command
  • Working with .gitignore file
  • Working with git diff & git HEAD
  • Deletion of GitHub repository
  • Creation of GitLab account
  • GitLab Dashboard Overview
  • Creation of git repository in GitLab
  • Deletion of GitLab repository
  • Creation of Bitbucket account
  • Bitbucket Dashboard Overview
  • Overview of Future branching strategy
  • Overview of Release branching strategy

Maven

  • What is Build Tool
  • What is Maven
  • Download mobaxterm in Windows
  • Installation of maven in Linux
  • What is pom.xml
  • What is settings.xml
  • Types of Maven Repository
  • Creation of java application using maven
  • Maven Build Lifecycles
  • Creation of web application using maven
  • Explain about skip test cases & jacoco plugin
  • Explore pom.xml options

Nexus

  • Nexus Overview
  • Installation of nexus in Linux
  • Setup Nexus as service in Linux
  • Nexus Dashboard Overview
  • Creation of users and roles in Nexus
  • Integrating the nexus in maven
  • Jfrog Artifactory
  • Jfrog Artifactory Overview (8:09)
  • Installation of Jfrog Artifactory in Linux
  • Jfrog Artifactory Dashboard Overview
  • Creation of users and groups in Jfrog Artifactory
  • Jfrog Repository Management
  • Integrating the Jfrog in maven

SonarQube

  • Sonarqube Overview
  • Installation of sonarqube in Linux
  • Setup Sonar as service in Linux
  • Sonarqube dashboard overview
  • Creation of user in SonarQube
  • Integrating the sonarqube in maven

Tomcat

  • What is Tomcat
  • Types of roles available in Tomcat
  • Installation of tomcat in Amazon Linux
  • Tomcat Dashboard Overview
  • Setup tomcat as service in Linux
  • Deploy war file in tomcat

Jenkins

  • Jenkins Overview
  • How many ways to install Jenkins in Linux
  • Installation of jenkins using yum
  • Install the Jenkins to Deploy war file in tomcat
  • Installation of jenkins using war file
  • Jenkins Dashboard Overview
  • Exploring the options under manage jenkins
  • Creation of a jenkins job
  • How to Reset Jenkins Admin users Password
  • Setup the maven project in Jenkins
  • Integrating the nexus in Jenkins
  • Integrating the jfrog with Jenkins
  • Integrating the sonarqube with Jenkins
  • Deploying war file in tomcat using jenkins
  • Exploring the build periodically , pollSCM , webhook
  • Creation of Slack account
  • Send notifications from Jenkins to Slack
  • Creation of Users in Jenkins
  • Setting up the Role Based Authorization Strategy in Jenkins
  • Take the backup and restore the Jenkins
  • restart , saferestart , copy and move jobs
  • Upstream and Downstream Jobs
  • Setting up the Build Pipeline
  • What is master and slave node
  • Setting up the Linux slave node in Jenkins
  • Setting up the windows slave node in Jenkins
  • Jenkins Pipeline Overview
  • What are the fields available in declarative pipeline
  • Exploring the options in declarative pipeline
  • Jenkins Pipeline Build & Push to Jfrog artifactory
  • Jenkins Pipeline Build & Deploy to tomcat

Ansible

  • Ansible Overview
  • Installation of ansible in Linux
  • Ansible Workflow
  • Overview of ansible ad-hoc with example
  • SSH Overview
  • Setting up the SSH connection manually
  • Ansible Modules Overview
  • ansible playbook overview
  • Installation of httpd & git using ansible playbook
  • Exploring the with_items
  • Exploring the variables
  • Exploring the tags
  • Installation of tomcat using ansible playbook
  • Explore the ansible playbook options
  • Ansible role Overview
  • Ansible role directory structure
  • Installation of httpd using ansible role
  • Ansible role example
  • Overview of Ansible vault with example

Docker

  • Difference between Containerization and virtual machines
  • Docker Overview
  • Exploring the available docker components
  • Installation of docker in Linux
  • Installation of docker in ubuntu
  • Dockerfile Overview
  • Dockerfile Demo
  • Overview of DockerHub
  • What is docker storage
  • What is docker image
  • Docker image commands with example
  • What is docker container
  • Docker container commands with example
  • Docker network concept
  • Docker volume concept

Resume Preparation

DevOps Roles and Responsibilities


Tags:

#Learn DevOps From Srcatch in Telugu In Andhra Pradesh,#Learn DevOps From Srcatch in Telugu In Hyderabad, #Learn DevOps From Srcatch in Telugu In Bnagalore, #Learn DevOps From Srcatch in Telugu In Chennai, #Learn DevOps From Srcatch in Telugu In Tirupathi, #Learn DevOps From Srcatch in Telugu In Kadapa, #Learn DevOps From Srcatch in Telugu In Arunachal Pradesh, #Learn DevOps From Srcatch in Telugu In Assam, #Learn DevOps From Srcatch in Telugu In Bihar, #Learn DevOps From Srcatch in Telugu In Chhattisgarh, #Learn DevOps From Srcatch in Telugu In Goa, #Learn DevOps From Srcatch in Telugu In Gujarat, #Learn DevOps From Srcatch in Telugu In Haryana, #Learn DevOps From Srcatch in Telugu In Himachal Pradesh, #Learn DevOps From Srcatch in Telugu In Jharkhand, #Learn DevOps From Srcatch in Telugu In Karnataka, #Learn DevOps From Srcatch in Telugu In Kerala, #Learn DevOps From Srcatch in Telugu In Madhya Pradesh, #Learn DevOps From Srcatch in Telugu In Maharashtra, #Learn DevOps From Srcatch in Telugu In Manipur, #Learn DevOps From Srcatch in Telugu In Meghalaya, #Learn DevOps From Srcatch in Telugu In Mizoram, #Learn DevOps From Srcatch in Telugu In Nagaland, #Learn DevOps From Srcatch in Telugu In Learn DevOps From Srcatch in Telugu In Odisha, #Learn DevOps From Srcatch in Telugu In Punjab, #Learn DevOps From Srcatch in Telugu In Rajasthan, #Learn DevOps From Srcatch in Telugu In Sikkim, #Learn DevOps From Srcatch in Telugu In Tamil Nadu, #Learn DevOps From Srcatch in Telugu In Telangana, #Learn DevOps From Srcatch in Telugu In Tripura, #Learn DevOps From Srcatch in Telugu In Uttar Pradesh, #Learn DevOps From Srcatch in Telugu In Uttarakhand, #Learn DevOps From Srcatch in Telugu In West Bengal, #Learn DevOps From Srcatch in Telugu In Andaman and Nicobar Islands, #Learn DevOps From Srcatch in Telugu In Chandigarh, #Learn DevOps From Srcatch in Telugu In Dadra and Nagar Haveli and Daman and Diu, #Learn DevOps From Srcatch in Telugu In Lakshadweep, #Learn DevOps From Srcatch in Telugu In Delhi, #Learn DevOps From Srcatch in Telugu In Puducherry, #Learn DevOps From Srcatch in Telugu In Ladakh, #DevOps Training in Telugu Andhra Pradesh, #DevOps Training in Telugu Hyderabad, #DevOps Training in Telugu Bnagalore, #DevOps Training in Telugu Chennai, #DevOps Training in Telugu Tirupathi, #DevOps Training in Telugu Kadapa, #DevOps Training in Telugu Arunachal Pradesh, #DevOps Training in Telugu Assam, #DevOps Training in Telugu Bihar, #DevOps Training in Telugu Chhattisgarh, #DevOps Training in Telugu Goa, #DevOps Training in Telugu Gujarat, #DevOps Training in Telugu Haryana, #DevOps Training in Telugu Himachal Pradesh, #DevOps Training in Telugu Jharkhand, #DevOps Training in Telugu Karnataka, #DevOps Training in Telugu Kerala, #DevOps Training in Telugu Madhya Pradesh, #DevOps Training in Telugu Maharashtra, #DevOps Training in Telugu Manipur, #DevOps Training in Telugu Meghalaya, #DevOps Training in Telugu Mizoram, #DevOps Training in Telugu Nagaland, #DevOps Training in Telugu Learn DevOps From Srcatch in Telugu In Odisha, #DevOps Training in Telugu Punjab, #DevOps Training in Telugu Rajasthan, #DevOps Training in Telugu Sikkim, #DevOps Training in Telugu Tamil Nadu, #DevOps Training in Telugu Telangana, #DevOps Training in Telugu Tripura, #DevOps Training in Telugu Uttar Pradesh, #DevOps Training in Telugu Uttarakhand, #DevOps Training in Telugu West Bengal, #DevOps Training in Telugu Andaman and Nicobar Islands, #DevOps Training in Telugu Chandigarh, #DevOps Training in Telugu Dadra and Nagar Haveli and Daman and Diu, #DevOps Training in Telugu Lakshadweep, #DevOps Training in Telugu Delhi, #DevOps Training in Telugu Puducherry, #DevOps Training in Telugu Ladakh