Live Online help Real-time discussions with your instructor and fellow students via technology

Architecting Microservices with Kubernetes, Docker, and Continuous Integration Training

Instructor

Katherine Cain

See Course Dates

What You Will Learn

This 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.

This course is not eligible for the Take 3 Discount.

This course is offered in collaboration with partners SLU Workforce Center and Johnson County Community College Continuing Education.


This course is a component of the DevOps for Software Engineers and Architects Certificate.


This section is facilitated by an instructor online. Within 2 business days of the class start date, you will receive instructions about how to access the class online.

Certification

DevOps for Software Engineers and Architects Certificate

DevSecOps for Software Engineers and Architects Certificate requires 60 hours of training to complete the certificate. Most students will take classes from the listing below to complete the certificate. Other students may choose to substitute courses from other certificates including: Introduction to Software Design and Engineering, Software Engineering Cloud, SAFe for Engineers and Architects. Each course counts towards one certificate only.

Required Courses

  • Architecting Microservices with Kubernetes, Docker, and Continuous Integration Training
  • Docker
  • Kubernetes for Developers
Architecting Microservices with Kubernetes, Docker, and Continuous Integration Training
Course Dates

Live Online help Real-time discussions with your instructor and fellow students via technology

$1,495.00

Architecting Microservices with Kubernetes, Docker, and Continuous Integration Training

6/17/2024 - 7/1/2024 MW 5:30PM-8:30PM
20 Seats Open
9/16/2024 - 9/25/2024 MW 5:30PM-8:30PM
20 Seats Open
9/30/2024 - 10/9/2024 MW 5:30PM-8:30PM
20 Seats Open

Selected Course

Dates: 6/17/2024 - 7/1/2024 MW

Course type: Web

Times: 5:30PM-8:30PM

Location: Live Online Campus Map

Contact Hours: 12.0

Other Details

Course Code: SLUWEB-500-16

Category: Web

Contact Hours: 12.0

Format: Classroom

After registering for this course, you can come back to the catalog to register for more courses.

Issues with registering? Please contact us at CERegistration@jccc.edu or call 913-469-2323.

Similar Courses

Web image
Online help Learning at your own pace, or facilitated by an instructor
Adobe Dreamweaver CC Session start date:
0.0 contact hours $429.00
Web image
Online help Learning at your own pace, or facilitated by an instructor
C++ Introduction Session start date:
contact hours $429.00
Web image
Online help Learning at your own pace, or facilitated by an instructor
Adobe Animate CC Session start date:
0.0 contact hours $429.00
Web image
Online help Learning at your own pace, or facilitated by an instructor
Blogging and Podcasting for Beginners (Self-Paced Tutorial) Session start date:
0.0 contact hours $159.00
Web image
Online help Learning at your own pace, or facilitated by an instructor
C++ Programmer Session start date:
108.0 contact hours $1,299.00
Web image
Online help Learning at your own pace, or facilitated by an instructor
Intermediate Java Programming (Self-Paced Tutorial) Session start date:
0.0 contact hours $189.00
Web image
Online help Learning at your own pace, or facilitated by an instructor
Introduction to C# Programming (Self-Paced Tutorial) Session start date:
0.0 contact hours $189.00
Web image
Online help Learning at your own pace, or facilitated by an instructor
Introduction to Programming (Self-Paced Tutorial) Session start date:
contact hours $169.00
Web image
Online help Learning at your own pace, or facilitated by an instructor
Creating Web Pages (Self-Paced Tutorial) Session start date:
0.0 contact hours $189.00
Web image
Online help Learning at your own pace, or facilitated by an instructor
Creating WordPress Websites (Self-Paced Tutorial) Session start date:
0.0 contact hours $189.00
 
Close Modal Window

Online Registration Temporarily Down

Please contact us at ceregistration@jccc.edu or call 913-469-2323 to register now or please visit us later.

Close
Close Modal Window
  1. Chapter 1. Docker Introduction
    a. What is Docker
    b. Where Can I Run Docker?
    c. Installing Docker Container Engine
    d. Docker Machine
    e. Docker and Containerization on Linux
    f. Linux Kernel Features: cgroups and namespaces
    g. The Docker-Linux Kernel Interfaces
    h. Docker Containers vs Traditional Virtualization
    i. Docker as Platform-as-a-Service
    j. Docker Integration
    k. Docker Services
    l. Docker Application Container Public Repository
    m. Competing Systems
    n. Docker Command Line
    o. Starting, Inspecting, and Stopping Docker Containers
    p. Docker Volume
    q. Dockerfile
    r. Docker Compose
    s. Using Docker Compose
    t. Dissecting docker-compose.yml
    u. Specifying services
    v. Dependencies between containers
    w. Injecting Environment Variables
    x. Summary
  2. Chapter 2. Introduction to Kubernetes
    a. What is Kubernetes
    b. What is a Container
    c. Container - Uses
    d. Container - Pros
    e. Container - Cons
    f. Composition of a Container
    g. Control Groups
    h. Namespaces
    i. Union Filesystems
    j. Popular Containerization Software
    k. Microservices
    l. Microservices and Containers / Clusters
    m. Microservices and Orchestration
    n. Microservices and Infrastructure-as-Code
    o. Kubernetes Container Networking
    p. Kubernetes Networking Options
    q. Kubernetes Networking - Balanced Design
    r. Summary
  3. Chapter 3. Kubernetes - From the Firehose
    a. What is Kubernetes?
    b. Container Orchestration
    c. Kubernetes Basic Architecture
    d. Kubernetes Detailed Architecture
    e. Kubernetes Concepts
    f. Cluster and Namespace
    g. Node
    h. Master
    i. Pod
    j. Label
    k. Annotation
    l. Label Selector
    m. Replication Controller and Replica Set
    n. Service
    o. Storage Volume
    p. Secret
    q. Resource Quota
    r. Authentication and Authorization
    s. Routing
    t. Registry
    u. Using Docker Registry
    v. Summary
  4. Chapter 4. Getting Started with OpenShift
    a. What is OpenShift/OKD
    b. Differences between OpenShift and Kubernetes
    c. Where OpenShift Fits in the IT Landscape?
    d. OpenShift Releases
    e. OpenShift Architecture
    f. OpenShift - Infrastructure
    g. OpenShift - Nodes
    h. OpenShift - Pods
    i. OpenShift - Registry
    j. OpenShift - Service layer
    k. OpenShift Origin Installation
    l. Firewall Configuration
    m. OpenShift CLI
    n. OpenShift CLI (Contd.)
    o. OpenShift - Volumes
    p. OpenShift - Secrets
    q. OpenShift - Secrets (Contd.)
    r. Summary
  5. Chapter 5. CI/CD with OpenShift, Jenkins, and Blue Ocean
    a. Jenkins Continuous Integration
    b. Jenkins Features
    c. Running Jenkins
    d. Downloading and Installing Jenkins
    e. Running Jenkins as a Stand-Alone Application
    f. Running Jenkins on an Application Server
    g. Installing Jenkins as a Windows Service
    h. Different types of Jenkins job
    i. Configuring Source Code Management(SCM)
    j. Working with Subversion
    k. Working with Subversion (cont'd)
    l. Working with Git
    m. Build Triggers
    n. Schedule Build Jobs
    o. Polling the SCM
    p. Maven Build Steps
    q. Configuring Jenkins to Access OpenShift/Kubernetes
    r. Jenkins / OpenShift Pipeline
    s. Jenkins / OpenShift Pipeline Output
    t. Installing Jenkins Plugins
    u. The Blue Ocean Plugin
    v. Blue Ocean Plugin Features
    w. New modern user experience
    x. Advanced Pipeline visualizations with built-in failure diagnosis
    y. Branch and Pull Request awareness
    z. Personalized View
    aa. OpenShift Pipeline Output
    bb. Creating OpenShift Blue Ocean Pipeline
    cc. Summary
  6. Chapter 6. Operational Readiness
    a. What is Operational Readiness
    b. Telemetry
    c. End-to-end Requirements Traceability
    d. Log Strategy
    e. Monitoring Strategy
    f. Runbooks
    g. Summary
  7. Chapter 7. Application Modernization
    a. Next Generation Methodologies, Approaches, Tools, and Applications
    b. What is Application Modernization
    c. Typical App Modernization Projects
    d. Why Modernization?
    e. Goals for Application Modernization
    f. Modernization Process
    g. Modernization in a Nutshell
    h. Modernization in a Nutshell - Analyze
    i. Modernization in a Nutshell - Rationalize
    j. Modernization in a Nutshell - Modernize
    k. Modernization in a
Close Modal Window

Live Online help Real-time discussions with your instructor and fellow students via technology

Architecting Microservices with Kubernetes, Docker, and Continuous Integration Training

DATE TIME DAY PRICE AVAILABILITY LOCATION  
6/17/2024 - 7/1/2024 5:30PM-8:30PM MW $1,495.00 20 Seats Open Live Online Campus Map Register
9/16/2024 - 9/25/2024 5:30PM-8:30PM MW $1,495.00 20 Seats Open Live Online Campus Map Register
9/30/2024 - 10/9/2024 5:30PM-8:30PM MW $1,495.00 20 Seats Open Live Online Campus Map Register
Close Modal Window

Live Online help Real-time discussions with your instructor and fellow students via technology

$1,495.00

Architecting Microservices with Kubernetes, Docker, and Continuous Integration Training

6/17/2024 - 7/1/2024 MW 5:30PM-8:30PM
20 Seats Open
9/16/2024 - 9/25/2024 MW 5:30PM-8:30PM
20 Seats Open
9/30/2024 - 10/9/2024 MW 5:30PM-8:30PM
20 Seats Open

Selected Course

Dates: 6/17/2024 - 7/1/2024 MW

Course type: Web

Times: 5:30PM-8:30PM

Location: Live Online Campus Map

Contact Hours: 12.0

Other Details

Course Code: SLUWEB-500-16

Category: Web

Contact Hours: 12.0

Format: Classroom

After registering for this course, you can come back to the catalog to register for more courses.

Issues with registering? Please contact us at CERegistration@jccc.edu or call 913-469-2323.