DevOps Master Architect (8 weeks/60 hours) Self Learning Program with Doubt Clearing Session
DevOps Master Architect (8 weeks/60 hours) Self Learning Program with Doubt Clearing Session
DevOps Master Architect (8 weeks/60 hours) Self Learning Program with Doubt Clearing Session
Share:
₹30,000
SKU :
100
Description

Devops Master Workshop Introduction to DevOps DevOps is the combination of cultural philosophies, practices, and tools that increases an organization’s ability to deliver applications and services at high velocity. This training enables participants to understand various aspects of how they could enable a DevOps culture and also help them adopt Docker in the true sense. Git Hands-on Workshop Git is the most widely used and preferred distributed version control system. Git is used for tracking changes in source code during software development. It is designed for coordinating work among programmers, but it can be used to track changes in any set of files. Its goals include speed, data integrity, and support for distributed, non-linear workflows. This is a keyboard-driven workshop to enable participants to gain in-depth practical knowledge. CI/CD Pipeline Using Jenkins Jenkins is an open-source automation server which helps automate activities like build, test, package, deployment which are typical stages of any software development process. Hence it enables teams to build CI/CD pipelines and is a key part of DevOps tooling. This hands-on workshop enables participants on practical aspects of how they could fully automate and build their CI/CD pipeline. Docker in Action Docker is the most preferred open-source container platform used to create, test and deploy containerized applications. Containers allow us to package up an application with its dependencies, such as libraries and other configurations. Thus, enabling the application to run reliably on any computing environment. We enable participants to right away start with Docker in their projects. Infra as Code IaC is now one of the most used trending best practices of DevOps culture. We will introduce you to open source configuration management tools like Chef, Ansible, Puppet. These are the most popular tools that help us achieve IaC. Chef is an automation tool that provides a way to define infrastructure as code. Infrastructure as code (IAC) simply means that managing infrastructure by writing code (Automating infrastructure) rather than using manual processes. Ansible is an open-source software provisioning, configuration management, and application-deployment tool. It runs on many Unix-like systems and can configure both Unix-like systems as well as Microsoft Windows. It includes its own declarative language to describe system configuration Puppet is a Configuration Management tool that is used for deploying, configuring and managing servers. Terraform is an open-source infrastructure as code software tool created by HashiCorp. It enables users to define and provision a data centre infrastructure using a high-level configuration language known as Hashicorp Configuration Language, or optionally JSON. AWS CloudFormation provides a common language for you to model and provision AWS and third-party application resources in your cloud environment. AWS CloudFormation allows you to use programming languages or a simple text file to model and provision, in an automated and secure manner, all the resources needed for your applications across all regions and accounts. This gives you a single source of truth for your AWS and third-party resources. Chef InSpec is an open-source framework for testing and auditing your applications and infrastructure. Chef InSpec works by comparing the actual state of your system with the desired state that you express in easy-to-read and easy-to-write Chef InSpec code. Chef InSpec detects violations and displays findings in the form of a report but puts you in control of remediation. Decoding Kubernetes Kubernetes is the most popular open-source container orchestration tool. It discards all the manual processes required in deploying and scaling of the containers. This is highly used in today’s world where microservices architecture is predominant. Monitoring with Nagios Nagios Core is one of the most popularly used open-source free monitoring tools. It helps us to monitor health of the servers, applications services and even databases. Detailed coverage of Syllabus Week 1: Introduction to DevOps Delivered through a mix of lectures and hands-on demos one will  Understand the concept and principles behind DevOps  In-depth understanding of DevOps practices  Practical know-how on building DevOps pipelines  Gain in-depth practical knowledge in DevOps culture, tools and practices 1. DevOps - An overview a. What is DevOps? b. Wall of Confusion c. Why DevOps? d. Agile and DevOps e. Lean Philosophy 2. Key Principles of DevOps a. Holistic System Thinking b. No Silos c. Rapid and useful feedback d. Automate drudgery away 3. DevOps Practices a. Practices to enable BizDev Collaboration b. Practices to enable DevTest Collaboration c. Practices to enable DevOps Collaboration d. Infra as Code e. Containerization f. Monitoring 4. DevOps Culture a. Case Study b. Transformation c. Generic Overview of DevOps Tools

Week 2 Git Hands-on Workshop This is structured such that one will  Learn how to install and setup git in your work environment  Will enable you to migrate your code base from other software configuration tools to git  You will understand the workflows one needs to follow along with best industry practices.  Gain in-depth practical knowledge in advanced git topics. 1. Git Introduction a. What is a version control system? b. Why git? c. History of git d. git Installation 2. Basic Concepts of git a. Three stages b. git Data Model c. Creating first repository 3. Branching in git a. Local and Global branch b. git workflow c. Release branching d. Branching Strategies 4. Merging a. Fast Forward merge b. Recursive Merge c. Resolving merge conflicts 5. Working with remote repositories a. Pull, Push, Fetch, Fork, Pull request 6. Resets to undo everything in git 7. Cherry Pick a. Introducing reflogs 8. Tagging approaches a. Lightweight Tags b. Annotated Tags c. Signed tags 9. Stashing for reusability 10. Rebasing as a strategy

Week 3 & 4 CI/CD Pipeline Using Jenkins This is structured such that one will  Learn how to install and setup Jenkins in your work environment  Will enable you to build your first CI/CD Pipeline  You will understand industry best practices like pipeline as a code  Gain in depth practical knowledge in advanced Jenkins topics 1. DevOps and Delivery Pipeline a. Introduction to CI/CD b. Why DevOps? 2. Installation and configuration of Jenkins 3. First Pipeline example c. a. Scripted Pipeline d. b. Declarative Pipeline 4. Building Continuous Integration (CI) Pipeline a. Webhooks b. CI Strategy 5. Building Continuous Delivery (CD) Pipeline a. Test Automation 6. Building Continuous Deployment Pipeline a. Packaging b. One click deployment 7. Pipeline As a Code a. The Jenkins File b. Pipeline Script

Week 5 & 6 Containerization and Docker This is structured such that one will  Learn how to install and setup Docker in your work environment.  Will enable you to build your first Docker containers.  You will understand advanced Docker topics like container orchestration, Docker Swarms. 1. Containerization a. Introduction of Virtualization b. Introduction of Containerization c. Dockers vs. VMs 2. Installation of Docker 3. Docker Key Concepts a. Docker CLI
b. Docker Daemon
c. Docker Engine
d. Docker Machine
e. Docker Images
f. Docker Container
4. Docker Architecture 5. Docker Basic Workflow a. Create images using Dockerfile b. Running Containers 6. Docker compose files a. Bringing up multiple containers in a Docker host 7. Docker Volumes a. Volume mounts b. Bind mounts c. Tmpfs mounts 8. Docker Networking a. Bridge Network b. Host Network c. None Network d. Overlay Network 9. Container Orchestration a. Introduction to Docker Swarms Week 6 & 7 Infra as Code Delivered through a mix of lectures and hands on demos one will  Understand the concept and principles of Infra as Code.  In depth understanding of how one could automate infrastructure using Chef in serverless mode  Practical knowhow of tools and concepts like InSpec, cookbook, recipes etc.  Be enabled to start with infrastructure automation using Chef readily.  Learn how to install and setup Ansible in your work environment  Will enable you to build your first Ansible playbooks.  You will understand advanced Ansible topics like roles, modules, facts etc.  Learn how to install and setup Puppet in your work environment  Will enable you to build your first Puppet manifests.  You will understand advanced Puppet topics. 1. Introduction to Infrastructure as code a. Overview of application infrastructure b. Why Infrastructure as code? c. Tools for Infrastructure as code 2. Chef a. Chef Installation and configurations b. Get started with the “Hello World” example using Chef. c. Chef Cookbooks d. Test Kitchen concepts e. Chef and OHAI f. Chef Architecture i. Chef Server ii. Chef Node iii. Chef Workstation g. Advanced Cookbook topics h. Cookbook versioning Understanding Compliance 3. Ansible a. Installation and setup of Ansible b. Introduction to Ansible i. Modules ii. Plugins iii. Inventories iv. Playbooks c. Agentless Ansible Architecture d. Ad-hoc commands in Ansible e. Overview of YAML language f. First Ansible playbook i. Setup an Nginx server ii. Deploy a Spring pet clinic application g. Introduction to Ansible Tower 4. Introduction to Puppet a. What is Puppet? b. Why do we use Puppet? c. Why Puppet is preferred? d. Installation and setup of Puppet e. Puppet Terminologies i. Modules ii. Resource iii Manifests iv. Facts e. Catalogues f. Puppet Architecture g. Puppet Master-slave communication h. Writing your first Puppet code 5. Overview on Terraform a. Installing Terraform b. Build Infrastructure using Terraform c. Change Infrastructure d. Destroy Infrastructure 6. AWS CloudFormation a. Overview on AWS CloudFormation b. Writing first CloudFormation script c. Advanced CloudFormation d. Automatic using CloudFormation (Participants should have their AWS account)

  1. Chef InSpec a. InSpec Overview b. InSpec installation c. Writing first InSpec Code d. TDD using InSpec

Week 7 & 8 Decoding Kubernetes This is structured such that one will  Learn how to install and setup the Kubernetes cluster in your work environment.  Will enable you to perform deployments in the Kubernetes cluster.  You will understand advanced Kubernetes topics 1. Overview on containerization a. Containers vs VM’s 2. Introduction to Kubernetes a. What is Kubernetes? b. Why do we use Kubernetes? c. Kubernetes vs Docker Swarm 3. Installation and setup of Kubernetes cluster a. Minikube b. kubeadm 4. Fundamentals of Kubernetes a. Nodes b. Pods c. Deployments d. Replica Sets e. Services 5. Kubernetes Architecture a. kube proxy b. kube-apiserver c. kube-scheduler d. kube-controller-manager e. kubelet f. Container run time 6. Kubernetes dashboard a. Installation and setup b. Working with dashboard 7. Deployments in Kubernetes cluster

Week 8 Monitoring with Nagios
This is structured such that one will  Learn how to install and setup Nagios in your work environment.  Will enable you to perform monitoring health of servers and applications

  1. Continuous Monitoring
  2. Nagios overview
  3. Nagios Architecture
  4. Features of Nagios
  5. Objects and states of Nagios
  6. Nagios dashboard
  7. Nagios competitors

Upcoming Batches: • • Weekend Batch for 8 weeks. Classes on every Saturday and Sunday from 8 pm to 11 pm IST • Weekday Batch for 8 weeks. Classes on every Tuesday, Wednesday, Thursday from 8 pm to 10 pm IST. Q & A and Doubt clearing session: 2 -3 hours per week on Monday every week 8 pm to 11 pm • • 3 hrs of personalised coaching could be blocked after the 8 weeks of training (Participants should utilise this by blocking Trainer’s time beforehand). Participants will receive the DevOps Master Certification on successful completion of the course with 80% attendance

Prozenics24 products on store
Payment types
Create your own online store for free.
Sign Up Now