kbs-105: docker + kubernetes administration accelerated ... · kbs-105: docker + kubernetes...

5
KBS-105: Docker + Kubernetes Administration accelerated training Course Length: 5 days Course Description: This training is a combination of the DCK-102 Docker Basic Administration and KBS-101 Kubernetes Administration. Participants will first gain a basic understanding of Linux containers and proceed with learning the most important features of Docker Community Edition (CE) as well as their installation, initial setup and daily administration. The second part of the course introduces participants to the basic concepts and architecture of Kubernetes, its initial install, setup and access control, Kubernetes Pods and Workloads, Scheduling and node management, Accessing the applications, Persistent storage in Kubernetes and finally its Logging, Monitoring and Troubleshooting 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 who want to understand and use Docker and Kubernetes in enterprise and cloud environments Prerequisites: Proficiency with the Linux CLI. A broad understanding of Linux system administration. Detailed Course Outline Section 1: Docker 1. CONTAINER TECHNOLOGY OVERVIEW 1. Application Management Landscape 2. Application Isolation 3. Resource Measurement and Control 4. Container Security 5. Container Security 6. Open Container Initiative 7. Docker Ecosystem 8. Docker Ecosystem (cont.) LAB TASKS 1. Container Concepts runC 2. Container Concepts Systemd 2. INSTALLING DOCKER 1. Installing Docker 2. Docker Architecture 3. Starting the Docker Daemon 4. Docker Daemon Configuration 5. Docker Control Socket 6. Enabling TLS for Docker 7. Validating Docker Install

Upload: dinhduong

Post on 29-Nov-2018

223 views

Category:

Documents


1 download

TRANSCRIPT

Page 1: KBS-105: Docker + Kubernetes Administration accelerated ... · KBS-105: Docker + Kubernetes Administration accelerated training Course Length: 5 days Course Description: This training

KBS-105: Docker + Kubernetes Administration accelerated training

Course Length: 5 days

Course Description: This training is a combination of the DCK-102 Docker Basic Administration and KBS-101 Kubernetes Administration.

Participants will first gain a basic understanding of Linux containers and proceed with learning the most important features of Docker Community Edition (CE) as well as their installation, initial setup and daily administration.

The second part of the course introduces participants to the basic concepts and architecture of Kubernetes, its initial install, setup and access control, Kubernetes Pods and Workloads, Scheduling and node management, Accessing the applications, Persistent storage in Kubernetes and finally its Logging, Monitoring and Troubleshooting 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 who want to understand and use Docker and Kubernetes in enterprise and cloud environments

Prerequisites: Proficiency with the Linux CLI. A broad understanding of Linux system administration.

Detailed Course Outline

Section 1: Docker

1. CONTAINER TECHNOLOGY OVERVIEW 1. Application Management Landscape 2. Application Isolation 3. Resource Measurement and Control 4. Container Security 5. Container Security 6. Open Container Initiative 7. Docker Ecosystem 8. Docker Ecosystem (cont.)

LAB TASKS 1. Container Concepts runC 2. Container Concepts Systemd

2. INSTALLING DOCKER 1. Installing Docker 2. Docker Architecture 3. Starting the Docker Daemon 4. Docker Daemon Configuration 5. Docker Control Socket 6. Enabling TLS for Docker 7. Validating Docker Install

Page 2: KBS-105: Docker + Kubernetes Administration accelerated ... · KBS-105: Docker + Kubernetes Administration accelerated training Course Length: 5 days Course Description: This training

LAB TASKS 1. Docker Basics 2. Install Docker via Docker Machine 3. Configure a docker container to start at boot.

3. MANAGING CONTAINERS 1. Ceating a New Container 2. Listing Containers 3. Viewing Container Operational Details 4. Running Commands in an Existing Container 5. Interacting with a Running Container 6. Stopping, Starting, and Removing Containers 7. Copying files in/out of Containers 8. Inspecting and Updating Containers

LAB TASKS 1. Docker Images 2. Docker Platform Images

4. MANAGING IMAGES 1. Docker Images 2. Listing and Removing Images 3. Searching for Images 4. Downloading Images 5. Committing Changes 6. Uploading Images 7. Export/Import Images 8. Save/Load Images

LAB TASKS 1. Docker images 2. Docker Platform images

5. CREATING IMAGES WITH DOCKERFILE 1. Dockerfile 2. Caching 3. docker image build 4. Dockerfile Instructions 5. ENV and WORKDIR 6. Running Commands 7. Getting Files into the Image 8. Defining Container Executable 9. Best Practices

LAB TASKS

1. Dockerfile Fundamentals

Section 2: Kubernetes

PART I. Kubernetes Administration Basics and CKA exam.prep.

Module 1: Introduction

• Cloud computing in general

• Cloud types

• Cloud native computing

Page 3: KBS-105: Docker + Kubernetes Administration accelerated ... · KBS-105: Docker + Kubernetes Administration accelerated training Course Length: 5 days Course Description: This training

• Application containers

• Containers on Linux

• Container runtime

• Container orchestration

• Kubernetes

• Kubernetes concepts

• Kubernetes objects categories

• Kubernetes architecture

• Kubernetes master

• Kubernetes node

• Lab 1

Module 2: Installing Kubernetes

• Picking the right solution.

• One node Kubernetes install

• Kubernetes universal installer

• Install using kubeadm on CentOS

• Kubernetes Networking

• Lab 2

Module 3: Accessing Kubernetes

• Accessing the Kubernetes cluster

• Controlling access to the API

• Authorization

• Role Based Access Control

• Roles and ClusterRoles

• Role bindings

• Lab 3

Module 4: Kubernetes Workloads

• The pod

• RestartPolicy examples

• InitContainers

• Our first Pod

• Operations on pods

• Replication Controller

• Working with Replication Controller

• Deployments

• Working with Deployments

• Jobs, CronJobs

• Jobs example

• CronJobs example

• DaemonSets

• Lab 4

Module 5: Scheduling and node management

Page 4: KBS-105: Docker + Kubernetes Administration accelerated ... · KBS-105: Docker + Kubernetes Administration accelerated training Course Length: 5 days Course Description: This training

• The Kubernetes Scheduler

• Assigning Pods to Nodes

• Assigning Pods to Nodes – node affinities

• Assigning Pods to Nodes – Pod affinities

• Taints and tolerations

• Managing nodes

• Lab 5

Module 6: Accessing the applications

• Services

• Service types

• Working with Services

• Working with Services

• Ingress

• Ingress definition

• Working with Ingress

• Network Policies

• Network Policy example

• Lab 6

Module 7: Persistent storage in Kubernetes

• Volumes

• Volume types

• Persistent Volumes

• Secrets

• Using Secrets as environmental variables

• Using Secrets as volumes

• ConfigMaps

• Lab 7

Module 8: Logging, monitoring and troubleshooting

• Logging architecture

• Monitoring

• Troubleshooting

PART II. Helm Package Manager

Module 1: Introduction to Helm

• What is helm?

• Main Helm Concepts

• Helm Components

• Helm Implementation

Module 2: Installing and securing Helm and Tiller

• Installing Helm client

Page 5: KBS-105: Docker + Kubernetes Administration accelerated ... · KBS-105: Docker + Kubernetes Administration accelerated training Course Length: 5 days Course Description: This training

• Installing Tiller

• Upgrading Tiller

• Deleting or Reinstalling Tiller

• Using RBAC to restrict Helm’s scope

• Using TLS/SSL to secure Helm

Module 3: Using Helm

• Generic options

• Working with repositories

• Finding charts

• Installing a release

• Upgrading a release and rollback

• Deleting a release

Module 4: Helm Charts

• Intro to charts

• Chart lifecycle hooks

• Managing charts with Helm

Module 5: Chart Templates

• Getting started

• Templates and Values

• Dependencies and Values

• Functions and Pipelines

• Flow Control

• Variables

• Named Templates

Module 6: Helm plugins

• Overview

• Installing a Plugin

• Building Plugins