Search our courses
Training

This two-day DevOps training class is loaded with practical real-world information. From the foremost Service-Oriented-Architecture/DevOps/Agile development training company, comes a course to move the dial on your organizations’ journey with this workshop. You will leave this course loaded with knowledge on the usage of this stack for Microservices. This class combines instructor-led and hands-on lab exercises.


TOPICS

  •     Microservices
  •     CI/CD
  •     Kubernetes
  •     Docker

WHAT YOU WILL LEARN:

After completing this course, the student should be able to:

  •     Confidently use the stack outlined in the course.
  •     Understand the various key components.
  •     Apply the knowledge to migrate applications to microservice architected solutions on Docker, Kubernetes, and Jenkins with OpenShift
  •     Understand the various components in an OpenShift environment for CI/CD

Architecting Microservices with Kubernetes, Docker and Continuous Integration

Course Code

GTWMKCI

Duration

2 Days

Course Fee

POA

Accreditation

N/A

Target Audience

This course will be particularly useful for architects, technology managers, and development leaders implementing or considering Microservices and DevOps for their organization including the following:

  •     Architects
  •     Software Reliability Engineers
  •     Engineers
  •     App Dev Managers
  •     Lead Application Developers

 

Attendee Requirements

  • A desire to learn how this Microservices toolchain can improve your organization effectiveness, build & release processes, application architecture & development, and business continuity for greenfield and application modernization

Expand all

Course Description

This two-day DevOps training class is loaded with practical real-world information. From the foremost Service-Oriented-Architecture/DevOps/Agile development training company, comes a course to move the dial on your organizations’ journey with this workshop. You will leave this course loaded with knowledge on the usage of this stack for Microservices. This class combines instructor-led and hands-on lab exercises.


TOPICS

  •     Microservices
  •     CI/CD
  •     Kubernetes
  •     Docker

WHAT YOU WILL LEARN:

After completing this course, the student should be able to:

  •     Confidently use the stack outlined in the course.
  •     Understand the various key components.
  •     Apply the knowledge to migrate applications to microservice architected solutions on Docker, Kubernetes, and Jenkins with OpenShift
  •     Understand the various components in an OpenShift environment for CI/CD
Course Outline

Chapter 1. Docker Introduction

  •     What is Docker
  •     Where Can I Run Docker?
  •     Installing Docker Container Engine
  •     Docker Machine
  •     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
  •     Docker Application Container Public Repository
  •     Competing Systems
  •     Docker Command Line
  •     Starting, Inspecting, and Stopping Docker Containers
  •     Docker Volume
  •     Dockerfile
  •     Docker Compose
  •     Using Docker Compose
  •     Dissecting docker-compose.yml
  •     Specifying services
  •     Dependencies between containers
  •     Injecting Environment Variables

Chapter 2. Introduction to Kubernetes

  •     What is Kubernetes
  •     What is a Container
  •     Container – Uses
  •     Container – Pros
  •     Container – Cons
  •     Composition of a Container
  •     Control Groups
  •     Namespaces
  •     Union Filesystems
  •     Popular Containerization Software
  •     Microservices
  •     Microservices and Containers / Clusters
  •     Microservices and Orchestration
  •     Microservices and Infrastructure-as-Code
  •     Kubernetes Container Networking
  •     Kubernetes Networking Options
  •     Kubernetes Networking – Balanced Design

   Chapter 3. Kubernetes – From the Firehose

  •     What is Kubernetes?
  •     Container Orchestration
  •     Kubernetes Basic Architecture
  •     Kubernetes Detailed Architecture
  •     Kubernetes Concepts
  •     Cluster and Namespace
  •     Node
  •     Master
  •     Pod
  •     Label
  •     Annotation
  •     Label Selector
  •     Replication Controller and Replica Set
  •     Service
  •     Storage Volume
  •     Secret
  •     Resource Quota
  •     Authentication and Authorization
  •     Routing
  •     Registry
  •     Using Docker Registry

Chapter 4. Getting Started with OpenShift

  •     What is OpenShift/OKD
  •     Differences between OpenShift and Kubernetes
  •     Where OpenShift Fits in the IT Landscape?
  •     OpenShift Releases
  •     OpenShift Architecture
  •     OpenShift - Infrastructure
  •     OpenShift - Nodes
  •     OpenShift - Pods
  •     OpenShift – Registry
  •     OpenShift - Service layer
  •     OpenShift Origin Installation
  •     Firewall Configuration
  •     OpenShift CLI
  •     OpenShift CLI (Contd.)
  •     OpenShift – Volumes
  •     OpenShift – Secrets
  •     OpenShift – Secrets (Contd.)

Chapter 5. CI/CD with OpenShift, Jenkins, and Blue Ocean

  •     Jenkins Continuous Integration
  •     Jenkins Features
  •     Running Jenkins
  •     Downloading and Installing Jenkins
  •     Running Jenkins as a Stand-Alone Application
  •     Running Jenkins on an Application Server
  •     Installing Jenkins as a Windows Service
  •     Different types of Jenkins job
  •     Configuring Source Code Management(SCM)
  •     Working with Subversion
  •     Working with Subversion (cont'd)
  •     Working with Git
  •     Build Triggers
  •     Schedule Build Jobs
  •     Polling the SCM
  •     Maven Build Steps
  •     Configuring Jenkins to Access OpenShift/Kubernetes
  •     Jenkins / OpenShift Pipeline
  •     Jenkins / OpenShift Pipeline Output
  •     Installing Jenkins Plugins
  •     The Blue Ocean Plugin
  •     Blue Ocean Plugin Features
  •     New modern user experience
  •     Advanced Pipeline visualizations with built-in failure diagnosis
  •     Branch and Pull Request awareness
  •     Personalized View
  •     OpenShift Pipeline Output
  •     Creating OpenShift Blue Ocean Pipeline

Chapter 6. Operational Readiness

  •     What is Operational Readiness
  •     Telemetry
  •     End-to-end Requirements Traceability
  •     Log Strategy
  •     Monitoring Strategy
  •     Runbooks

Chapter 7. Application Modernization

  •     Next Generation Methodologies, Approaches, Tools, and Applications
  •     What is Application Modernization
  •     Typical App Modernization Projects
  •     Why Modernization?
  •     Goals for Application Modernization
  •     Modernization Process
  •     Modernization in a Nutshell
  •     Modernization in a Nutshell - Analyze
  •     Modernization in a Nutshell - Rationalize
  •     Modernization in a Nutshell - Modernize
  •     Modernization in a Nutshell – Supervise
  •     What Can Be Done to Modernize Applications?
  •     So, How Can Microservices Help Me?
  •     The Data Exchange Interoperability Consideration
  •     Microservices in Their Purest Form: AWS Lambdas
  •     The Microservices Architecture Design Principles
  •     Decentralized Processing
  •     Crossing Process Boundary is Expensive!
  •     Managing Microservices
  •     Traditional Enterprise Application Architecture (Simplified)
  •     Monolithic revisited
  •     Monolithic vs. Microservices
  •     Microservices Architecture Example (Simplified)
  •     Maintaining State in App Modernization
  •     Twelve-factor Applications
  •     Twelve Factors, Microservices, and App Modernization
  •     12-Factor Microservice Codebase
  •     12-Factor Microservice Dependencies
  •     12-Factor Microservice Config
  •     12-Factor Microservice Backing Services
  •     12-Factor Microservice Continuous Delivery
  •     12-Factor Microservice Processes
  •     12-Factor Microservice Data Isolation
  •     12-Factor Microservice Concurrency
  •     12-Factor Microservice Disposability
  •     12-Factor Microservice Environment Parity
  •     12-Factor Microservice Logs
  •     12-Factor Microservice Admin Processes
  •     Design for Failure
  •     Fault Injection During System Testing
  •     Messaging Architectures – Messaging Models
  •     What is Kafka?
  •     Kafka Architecture
  •     Need for Kafka

Chapter 8. Security in Microservices

  •     Why Microservice Security?
  •     Security Testing in Microservices
  •     Security Topology
  •     Authorization and Authentication
  •     J2EE Security Refresh
  •     Role-based Access Control in a Nutshell
  •     Claim-based Access Control in a Nutshell
  •     Sharing Sessions
  •     Session Cookie
  •     JSON Web Token (JWT)
  •     Spring Security

Lab Exercises

    Lab 1. Getting Started with Docker
    Lab 2. Getting Started with Docker Compose
    Lab 3. Getting Started with Kubernetes
    Lab 4. Getting Started with OpenShift
    Lab 5. Managing Secrets with OpenShift
    Lab 6. CI/CD with Jenkins, Docker, and OpenShift
    Lab 7. CI/CD with Jenkins, Blue Ocean, Docker, and OpenShift

Learning Path
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