LinuxTraining.com

.

GL355 - Docker with Kubernetes Administration

Upcoming GL355 Classes

  1. Remote Classroom Training

    May 06 – May 10 2024
    Register now
  2. Remote Classroom Training

    Jul 08 – Jul 12 2024
    Register now
More...

This course combines the GL340 Docker and KBS101 Kubernetes Administration courses.

Participants will first understand the core features of Docker including: container creation and management, interacting with Docker hub, using Dockerfile to create and manage custom images, advanced Docker networking (how to safely expose container services to the world, and link containers), the use of Docker volumes to manage persistent data, and Docker Compose to build multi-container applications. Emphasis is placed on best practices and how to secure Docker installations and containers.

The second part of the course introduces participants to the basic concepts and architecture of Kubernetes, its initial install & setup, Kubernetes Pods, deployments and services, persistent storage, networking, automating deployment, scaling & management of containerized applications, the Kubernetes Helm Package Manager and finally it's logging and monitoring facilities.

This course doesn’t only prepare delegates for the daily administration of Docker & Kubernetes systems but also for the official Certified Kubernetes Administrator (CKA) exam of the Cloud Native Computing Foundation (CNCF).

Structure: 50% theory 50% hands on lab exercises

Target audience: System administrators and Devops professionals who want to understand and use Docker and Kubernetes in enterprise and cloud environments.

Prerequisites:

Supported Distributions:

Red Hat Enterprise Linux 7

Course Outline:

  1. Container Technology Overview
  2. Installing Docker
  3. Managing Containers
  4. Managing Images
  5. Creating Images with Dockerfile
  6. Docker Volumes
  7. Docker Compose/Swarm
  8. Docker Networking
  9. Docker Registry
  10. Kubernetes Intro and Concepts
  11. Kubernetes Architecture
  12. Kubernetes Installation and Initial Setup
  13. Working With Kubernetes Pods, Deployments and Services
  14. Working With Persistent Storage In Kubernetes
  15. Kubernetes Networking
  16. Automating Deployment, Scaling and Management Of Containerized Applications Using Kubernetes
  17. Helm, the Kubernetes Package Manager
  18. Logging And Monitoring