Search our courses
Training

This Devops Fundamentals training course introduces the core DevOps concepts and principles as well as the ways to stand up the DevOps practice in your organization.

Upon completion of this training course, students will have fundamental understanding of DevOps’ value proposition; they will also gain practical experience working with select DevOps tools, including Puppet, Jenkins, and others.

This training course is supplemented by hands-on labs that help attendees reinforce their theoretical knowledge of the learned material.

Topics include:

  •     DevOps practices and tools
  •     Puppet
  •     Technical introduction to cloud computing
  •     Jenkins

Devops Fundamentals

Course Code

GTDOFW

Duration

3 Days

Course Fee

POA

Accreditation

N/A

Target Audience

  • Enterprise Architects, Solution Architects, Information Technology Architects, Senior Developers, and Team Leads

Attendee Requirements

  • Foundational knowledge of the software delivery problem domain

Expand all

Course Description

This Devops Fundamentals training course introduces the core DevOps concepts and principles as well as the ways to stand up the DevOps practice in your organization.

Upon completion of this training course, students will have fundamental understanding of DevOps’ value proposition; they will also gain practical experience working with select DevOps tools, including Puppet, Jenkins, and others.

This training course is supplemented by hands-on labs that help attendees reinforce their theoretical knowledge of the learned material.

Topics include:

  •     DevOps practices and tools
  •     Puppet
  •     Technical introduction to cloud computing
  •     Jenkins
Course Outline

Chapter 1. DevOps Fundamentals

  •     Why DevOps
  •     What is DevOps?
  •     Collaborative, Matrixed and Cross-Functional Teams
  •     Key Components of Successful DevOps Teams
  •     DevOps-ification
  •     DevOps Vocabulary
  •     DevOps Goals
  •     Not DevOps - Crush Buzzwords
  •     Driving Business Outcomes with DevOps
  •     Technology-Enabled Business
  •     DevOps Key Enabler for Digital Transformation
  •     Core Values and Mission
  •     Core Values - Culture
  •     Core Values - Automation
  •     Core Values - Measurement
  •     Core Values - Sharing
  •     Communication
  •     Collaboration
  •     Value Stream Mapping
  •     Behavioral Patterns for Success
  •     DevOps Org Structures
  •     DevOps Team - Separate
  •     DevOps Merged Organization
  •     DevOps Overlapped Organization
  •     Organizational Structure Leadership
  •     What Does Continuous Delivery Mean?
  •     Deployment Pipelines
  •     Your Organization is Doing CD if …
  •     Pipelining for CD
  •     Continuous Integration
  •     CI Pipeline
  •     CD & CI Methodologies
  •     Key Tool Categories for CI/CD

Chapter 2. Cloud Technical Introduction

  •     A Bit of History
  •     Wikipedia Entry
  •     Cloud Computing at a Glance
  •     Electrical Power Grid Service Analogy
  •     Capacity Planning Concepts and Challenges
  •     Coping with Computing Demand the Traditional Way
  •     Coping with Computing Demand the Cloud Way
  •     The Origin of the Cloud Computing
  •     Grid Computing vs Cloud Computing
  •     What Drives Cloud Adoption?
  •     The NIST Perspective
  •     Five Characteristics of the Cloud
  •     The Three Cloud Service Models (NIST)
  •     The Cloud Computing Spectrum: IaaS, PaaS and SaaS
  •     Cloud Service Model Implementations
  •     The Four Cloud Deployment Models (NIST)
  •     The NIST Cloud Definition Framework
  •     Cloud Deployment Model Dynamics
  •     Virtualization
  •     Virtualization Qualities (1/2)
  •     Virtualization Qualities (2/2)
  •     Cloud Infrastructure - Virtual Machines
  •     A Bootable OS Image
  •     Block Storage for Instances
  •     Cloud Object Storage
  •     SOA and the Cloud
  •     Cloud Risks to Consider
  •     DevOps Security Concerns
  •     Amazon WS Technical Lessons When Moving To the Cloud
  •     Architecting for HA in AWS (Same Data Center)
  •     Architecting for HA in AWS (Different AZs)

Chapter 3. Standing Up DevOps

  •     Standing Up DevOps
  •     Things to Look For and Avoid
  •     IT Assets Ownership
  •     Viewing Applications As Products, not Projects
  •     DevOps in the Enterprise
  •     IT Governance
  •     Governance and Risk Mitigation
  •     DevOps Adoption Steps
  •     Select DevOps Techniques and Practices
  •     Service Quality Metrics

Chapter 4. DevOps Tools

  •     The Choice of Cloud Platform
  •     IaaS for DevOps
  •     PaaS for DevOps
  •     Containerization Tools
  •     System Configuration Automation and Management
  •     Continuous Integration (CI) Systems
  •     Build and Dependency Management Systems
  •     Select DevOps Tools

Chapter 5. Introduction to Puppet

  •     What is Puppet
  •     Puppet's Domain Specific Language
  •     "Infrastructure-as-code" in Puppet
  •     Example of the Puppet DSL
  •     Main Puppet Artifacts
  •     Puppet Design
  •     Puppet Workflow Orchestration
  •     Facter
  •     Facter Fact Discovery
  •     Facter Example
  •     Extending Facter
  •     Geppetto
  •     Puppet Lab Services
  •     Puppet Enterprise Licensing
  •     Puppet Enterprise Support
  •     Puppet Enterprise Feature Set (1/2)
  •     Puppet Enterprise Feature Set (2/2)

Chapter 6. Containerization Systems Overview

  •     Virtualization
  •     Hypervisors
  •     Hypervisor Types
  •     Type 1 Hypervisors
  •     Type 2 Hypervisors
  •     Type 1 vs Type 2 Processing
  •     Paravirtualization
  •     Virtualization Qualities (1/2)
  •     Virtualization Qualities (2/2)
  •     Disadvantages of Virtualization
  •     Containerization
  •     Virtualization vs Containerization
  •     Where to Use Virtualization and Containerization
  •     Popular Containerization Systems
  •     What are Linux Containers
  •     Docker
  •     OpenVZ
  •     Solaris Zones (Containers)

Chapter 7. LXC Introduction

  •     What are Linux Containers
  •     How LXC Works
  •     LXC vs True Virtualization
  •     Security Concerns
  •     LXC Alternatives
  •     Getting Started with LXC
  •     Creating a Container
  •     Listing and Getting Info on Containers
  •     Starting, Stopping, and Destroying a Container
  •     Container Pausing and Resuming
  •     Communicating with a Container
  •     Monitoring Container State Change
  •     Programmatic Access to LXC
  •     Container Root Filesystems
  •     Container Cloning
  •     Copy and Snapshot Types
  •     Using Snapshots
  •     LXC Web Panel

Chapter 8. Docker Introduction

  •     What is Docker
  •     Where Can I Ran Docker?
  •     Docker and Containerization on Linux
  •     Linux Kernel Features: cgroups and namespaces
  •     The Docker-Linux Kernel Interfaces
  •     Docker Containers vs Traditional Virtualization
  •     Docker as Platform-as-a-Service
  •     Docker Integration
  •     Docker Services
  •     Competing Systems
  •     Docker Command-line
  •     Starting, Inspecting, and Stopping Docker Containers
  •     Docker Application Container Public Repository
  •     Registries
  •     Your Own Docker Image Registry
  •     One Process per Container
  •     The Dockerfile
  •     A Sample Dockerfile

Chapter 9. Introduction to Continuous Integration, Continuous Delivery and Jenkins-CI

  •     Foundation of Agile AppDev
  •     XP Flow
  •     Extreme Programming
  •     Agile Development
  •     What is Continuous Integration
  •     What is Continuous Integration (cont'd)
  •     Typical Setup for Continuous Integration
  •     Setup Notes for Continuous Integration
  •     CI with Artifact Management
  •     What is Continuous Delivery?
  •     Why Continuous Delivery?
  •     DevOps and Continuous Delivery
  •     Continuous Delivery Challenges
  •     Continuous Delivery vs Continuous Deployment
  •     Jenkins Continuous Integration
  •     Jenkins Features
  •     Running Jenkins

Chapter 10. Installing and Running Jenkins

  •     Downloading and Installing Jenkins
  •     Running Jenkins as a Stand-Alone Application
  •     Running Jenkins as a Stand-Alone Application (cont'd)
  •     Running Jenkins on an Application Server
  •     The Jenkins Home Folder
  •     Installing Jenkins as a Windows Service
  •     Initial Configuration
  •     Configuration Wizard
  •     Configuration Wizard (cont'd)
  •     Configuring Tools
  •     Configuring Tools - Best Practices
  •     Logging in Jenkins
  •     Custom Log Recorders

Chapter 11. Job Types in Jenkins

  •     Introduction
  •     Different types of Jenkins Items
  •     Different types of Jenkins Items (cont'd)
  •     Configuring Source Code Management(SCM)
  •     Working with Subversion
  •     Working with Subversion (cont'd)
  •     Working with Git
  •     Storing Credentials
  •     Service Accounts
  •     Storing Credentials (cont'd)
  •     Build Triggers
  •     Schedule Build Jobs
  •     Polling the SCM
  •     Polling vs Triggers
  •     Maven Build Steps

Chapter 12. Securing Jenkins

  •     Jenkins Security - Overview
  •     Jenkins Security
  •     Authentication
  •     Authorization
  •     Confidentiality
  •     Activating Security
  •     Configure Authentication
  •     Using Jenkins's Internal User Database
  •     Creating Users
  •     Authorization
  •     Matrix-Based Security
  •     Note – Create the Administrative User
  •     Project-based Matrix Authorization
  •     Project-Based Authentication
  •     Role Based Access Control
  •     Conclusion

Chapter 13. Jenkins Plugins

  •     Introduction
  •     Jenkins Plugins - SCM
  •     Jenkins Plugins – Build and Test
  •     Jenkins Plugins – Analyzers
  •     Jenkins for Teams
  •     Installing Jenkins Plugins

Chapter 14. Distributed Builds with Jenkins

  •     Distributed Builds - Overview
  •     Distributed Builds – How?
  •     Agent Machines
  •     Configure Jenkins Master
  •     Configure Projects
  •     Conclusion

Chapter 15. Continuous Delivery and the Jenkins Pipeline

  •     Continuous Delivery
  •     Continuous Delivery (cont'd)
  •     DevOps and Continuous Delivery
  •     Continuous Delivery Challenges
  •     Continuous Delivery with Jenkins
  •     The Pipeline Plugin
  •     The Pipeline Plugin (cont'd)
  •     Defining a Pipeline
  •     A Pipeline Example
  •     Pipeline Example (cont'd)
  •     Parallel Execution
  •     Creating a Pipeline
  •     Invoking the Pipeline
  •     Interacting with the Pipeline
  •     Pipeline vs Traditional Jobs
  •     Conclusion

Chapter 16. Best Practices for Jenkins

  •     Best Practices - Secure Jenkins
  •     Best Practices - Users
  •     Best Practices - Backups
  •     Best Practices - Reproducible Builds
  •     Best Practices - Testing and Reports
  •     Best Practices - Large Systems
  •     Best Practices - Distributed Jenkins
  •     Best Practices - Summary

Lab Exercises

    Lab 1. Managing Keys for a Secure Connection
    Lab 2. Provisioning Tomcat Web Server in EC2
    Lab 3. Learning the Lab Environment
    Lab 4. Getting Started with Puppet
    Lab 5. Provisioning MySQL Database with Puppet
    Lab 6. Getting Started with Linux Containers
    Lab 7. Connecting to Linux Containers
    Lab 8. Provisioning Software in LXC
    Lab 9. Getting Control over LXC
    Lab 10. LXC Web Panel
    Lab 11. Getting Started with Docker
    Lab 12. Configure Tools in Jenkins
    Lab 13. Create a Jenkins Job
    Lab 14. Configure Jenkins Security
    Lab 15. Add Development Metrics
    Lab 16. Create a Pipeline

Learning Path
  • Please Contact Us to discuss which course best suits your needs.
Ways to Attend
  • Attend a public course, if there is one available. Please check our Schedule, or Register Your Interest in joining a course in your area.
  • Private onsite Team training also available, please Contact Us to discuss. We can customise this course to suit your business requirements.

Private Team Training is available for this course

We deliver this course either on or off-site in various regions around the world, and can customise your delivery to suit your exact business needs. Talk to us about how we can fine-tune a course to suit your team's current skillset and ultimate learning objectives.

Private Team Training | Contact us

Technical ICT learning & mentoring services

Private Team Training

Our instructors are specialist consultants with vast real world experience and expertise allowing them to design and deliver client-focused courses for your organisation.

Learn more about our Private Team Training

What Our Clients Say

"Absolutely fantastic training. Thoroughly enjoyed it thanks to our highly enthusiastic tutor.  It wouldn't be an understatement to say that it was the best professional training that I have ever received."

 

Customised Linux with Networking

Live Online -  February 2022

 

"The course content was very good. When needed, the Instructor was extending the content of the course with hints and tips to help us understand different topics that were covered in the course."

 

Kubernetes Administration Certification - GTLFK

Live Online June 2021

 

 

 

“The course was held at the highest possible standards, the instructor was excellent, well prepared, well informed, and clearly an SME. Top marks.”

 

Professional Cloud Service Manager - GTC13

Live Online December 2021

 

“Very engaging and practical course so hope to be able to put the learning into practice.”

 

Being Agile in Business - GTBAB

Live Online September 2021

 

“Great instructor, who encouraged active participation. The breakout groups and exercises kept the group engaged and the content relevant to our own products”.

 

Site Reliability Engineering Foundation - GTDSRE

Live Online January 2022

 

 

 

"Intelligence is the ability to avoid doing work, yet
getting the work done"

Linus Torvalds, creator of Linux and GIT

Technical ICT learning & mentoring services

About GuruTeam

GuruTeam is a high-level ICT Learning, Mentoring and Consultancy services company. We specialise in delivering instructor-led on and off-site training in Blockchain, Linux, Cloud, Big Data, DevOps, Kubernetes, Agile, Software & Web Development technologies. View our Testimonials

Download our eBrochure
Our Accreditation Partners
  •  
  •  
  •  

 

Upcoming Courses

Kubernetes Administration

11th - 14th March 2024

26th - 29th March 2024

Live Online

 

This Kubernetes Administration Certification training course is suitable for anyone who wants to learn the skills necessary to build and administer a Kubernetes cluster

Learn More

RUST

11th - 14th March 2024

26th - 29th March 2024

 Live Online

This course will help you understand what Rust applications look like, how to write Rust applications properly, and how to get the most out of the language and its libraries.

Learn More

Introduction to Python 3 

19th - 21st March 2024

9th - 11th April 2024

7th - 9th May 2024

   4th - 6th June 2024

 

Live Online

This Introduction to Python 3 training course is designed for anyone who needs to learn how to write programs in Python or support/modify existing programs.

 

Learn More

 GO LANG TRAINING

11th - 14th March 2024

26th - 29th March 2024

 

Live Online        

 

This Go language programming training course will help you understand how Go works, and immediately be more productive. If you are building a team using Go, this will be a great opportunity to get your team on the same page and speaking the same language. Innovative lab exercises and code samples are provided to reinforce skills and quickly master the topics.

Learn More

Newsletter

Stay up to date, receive updates on scheduled dates, new courses, offers, and events.

Subscribe to our Newsletter