Getting Started with Kubernetes LiveLessons, 2nd Edition

Video description

6+ Hours of Video Instruction

An updated edition of this video title is available. Please go to Getting Started with Kubernetes, 3rd Edition

Get intensive, hands-on Kubernetes training with Sander van Vugt in this 1 day/4-hour live training course Kubernetes in 4 Hours

More than six and a half hours of video instruction, including demos and labs, on how to get started with Docker Containers running as replicated Pods in Deployments in a Kubernetes environment.

Overview

This all-new edition of Getting Started with Kubernetes offers a complete overview of everything needed to start working with Kubernetes. It starts by explaining what Kubernetes is all about, and then moves into an overview of working with containers. This course first demonstrates how to install Kubernetes and then walks the viewer through core Kubernetes components, including how to use them running applications in Pods and deployments. The course then moves through networking and storage, as well as the role of the Kubernetes API. Finally, it discusses how to run Kubernetes in the Enterprise, and how to troubleshoot it in case it doesn't work out well.

Topics include:
  • Understanding Kubernetes
  • Container Fundamentals
  • Installing Kubernetes
  • Discovering Kubernetes
  • Managing Kubernetes Applications
  • Exposing Applications
  • Configuring Storage
  • Managing the Kubernetes API
  • Running Kubernetes in the Enterprise
  • Managing Kubernetes in the Enterprise
  • Troubleshooting Kubernetes
About the Instructor

Sander van Vugt has been teaching Linux classes since 1995 and has written more than 60 books about different Linux-related topics, including the best-selling RHCSA-RHCE 7 Cert Guide. Sander is also the author of over 25 video courses, including the CKAD and CKA Complete Video Courses. He teaches courses for customers around the world, and is also a regular speaker on major conferences related to open source software. Sander is the founder of the Living Open Source Foundation, a non-profit organization that teaches open source to talent in different African countries.

Skill Level
  • Intermediate/experienced Linux administrators
Learn How To
  • Set up Kubernetes for container orchestration
  • Use Docker within a Kubernetes environment
  • Set up a lab, and use Minikube
  • Work with kubectl and YAML files
  • Deploy applications in Kubernetes
  • Use pods and replica sets, and labels
  • Manage Namespaces and deployments
  • Scale deployments up and down
  • Work with networking in a Kubernetes environment
  • Network within a pod, and work with ingress
  • Store data in Kubernetes with persistent and non-persistent volumes
  • Understand dynamic provisioning
  • Work with secrets and configmaps
  • Work with Helm charts and other tools to manage Kubernetes in the enterprise
  • Set up Kubernetes in different public cloud environments
  • Build an on-premise Kubernetes cluster
  • Get information from the API
  • Learn to troubleshoot Kubernetes
Who Should Take This Course
  • IT Staff (administrators and devops) who want to offer containerized applications to their users
Course Requirements
  • At least one physical machine with 4GB of RAM or more to use as the Kubernetes host
Lesson Descriptions

Lesson 1: Understanding Kubernetes
This lesson starts with a brief overview of containers, as well as explains the requirements for working with containers in a corporate environment. The lesson then covers the rise of Kubernetes, as well as the Kubernetes ecosystem.

Lesson 2: Container Fundamentals
This lesson explores containers, which is required before learning how to manage containers in a Kubernetes environment. It starts with an explanation of the nature of a container, then moves into container architecture and the different container offerings. The lesson then teaches how to work with two common container technologies: docker and podman. This lesson also looks at some day-to-day container management tasks, which are managing container images, operational container management, container networking, and container storage.

Lesson 3: Installing Kubernetes
In this lesson, the various Kubernetes installation options are explained, and installing Kubernetes using Minikube is demonstrated. The lab in this lesson has you doing this on your own.

Lesson 4: Discovering Kubernetes
This lesson starts by explaining the dashboard, which allows for easy deployment of applications. Next, working with kubectl, which is the core utility for working with Kubernetes, is covered. Enabling kubectl tab-completion; working with YAML files; and learning about core Kubernetes objects, as well as the API, are covered.

Lesson 5: Managing Kubernetes Applications
This lesson is about managing applications in Kubernetes. This lesson covers how to work with Pods and deployments. The use of namespaces, application scalability, and application updates and rollback are covered.

Lesson 6: Exposing Applications
This lesson starts with a generic overview of Kubernetes networking, and then goes on to Pod networking. The lesson then moves into DNS in Kubernetes, as well as working with Ingress.

Lesson 7: Configuring Storage
This lesson starts with a look at Pod volumes. Next, it explores how to decouple storage by using Persistent Volumes and Persistent Volume Claims, as well as configuring the Pod to use these. The lesson ends with information about configmaps and secrets.

Lesson 8: Managing the Kubernetes API
The Kubernetes API is where all resources are defined, which is primarily what this lesson covers. This lesson also explains how to use kube-proxy to connect to the API, and how to use curl to connect to the API directly. Based on this knowledge about the API objects, the lesson then delves into kubectl explain, which helps in understanding what all these resources are about.

Lesson 9: Running Kubernetes in the Enterprise
This lesson covers getting started with Kubernetes in Google Cloud, Amazon, and Azure, as well as how to build your own on-premise cluster using kubeadm.

Lesson 10: Managing Kubernetes in the Enterprise
This lesson focuses on Kubernetes features that make sense in production environments. First, the different setup options are explained, followed by high-availability. Next, it dives into helm charts and exploring the metrics server, which allows for monitoring Pods. The final video in this lesson is about network plugins.

Lesson 11: Troubleshooting Kubernetes
This lesson covers the different areas of troubleshooting, starting with troubleshooting of applications that are running in Pods. Next, troubleshooting Pods and other Kubernetes objects are discussed. Then the lesson looks at cluster-specific problems, as well as authentication and authorization issues.

About Pearson Video Training

Pearson publishes expert-led video tutorials covering a wide selection of technology topics designed to teach you the skills you need to succeed. These professional and personal technology videos feature world-leading author instructors published by your trusted technology brands: Addison-Wesley, Cisco Press, Pearson IT Certification, Sams, and Que Topics include: IT Certification, Network Security, Cisco Technology, Programming, Web Development, Mobile Development, and more. Learn more about Pearson Video training at http://www.informit.com/video.

Table of contents

  1. Introduction
    1. Getting Started with Kubernetes: Introduction
  2. Lesson 1: Understanding Kubernetes
    1. Learning objectives
    2. 1.1 Understanding Containers
    3. 1.2 Containers in Corporate Environments
    4. 1.3 The Rise of Kubernetes
    5. 1.4 The Kubernetes Ecosystem
  3. Lesson 2: Container Fundamentals
    1. Learning objectives
    2. 2.1 Understanding the Nature of a Container
    3. 2.2 Understanding Container Architecture
    4. 2.3 Understanding Container Offerings
    5. 2.4 Getting Started with Docker and Podman
    6. 2.5 Managing Container Images
    7. 2.6 Operational Container Management
    8. 2.7 Understanding Docker Networking
    9. 2.8 Understanding Docker Storage
    10. Lesson 2 Lab: Operating Containers
    11. Lesson 2 Lab Solution: Operating Containers
  4. Lesson 3: Installing Kubernetes
    1. Learning objectives
    2. 3.1 Understanding Kubernetes Installation Options
    3. 3.2 Getting Started with Minikube
    4. Lesson 3 Lab: Installing Minikube
    5. Lesson 3 Lab Solution: Installing Minikube
  5. Lesson 4: Discovering Kubernetes
    1. Learning objectives
    2. 4.1 Deploying Applications with Kubernetes Dashboard
    3. 4.2 Working with kubectl
    4. 4.3 Enabling kubectl Autocompletion
    5. 4.4 Working with YAML Files
    6. 4.5 Kubernetes Core Objects Overview
    7. 4.6 Discovering the API
    8. Lesson 4 Lab: Running an Application in Kubernetes
    9. Lesson 4 Lab Solution: Running an Application in Kubernetes
  6. Lesson 5: Managing Kubernetes Applications
    1. Learning objectives
    2. 5.1 Managing Pods
    3. 5.2 Understanding Deployments
    4. 5.3 Running Applications in Deployments
    5. 5.4 Managing Namespaces
    6. 5.5 Managing Application Scalability
    7. 5.6 Managing Application Updates and Rollbacks
    8. Lesson 5 Lab: Managing Deployments
    9. Lesson 5 Lab Solution: Managing Deployments
  7. Lesson 6: Exposing Applications
    1. Learning objectives
    2. 6.1 Understanding Kubernetes Networking
    3. 6.2 Networking within a Pod
    4. 6.3 Managing Services
    5. 6.4 Using DNS in Kubernetes
    6. 6.5 Working with Ingress
    7. Lesson 6 Lab: Exposing Pods
    8. Lesson 6 Lab Solution: Exposing Pods
  8. Lesson 7: Configuring Storage
    1. Learning objectives
    2. 7.1 Managing Pod Volumes
    3. 7.2 Using Persistent Volumes
    4. 7.3 Setting up Pods to Use Persistent Volumes
    5. 7.4 Understanding Dynamic Provisioning
    6. 7.5 Using ConfigMaps
    7. 7.6 Using Secrets
    8. Lesson 7 Lab: Using ConfigMaps
    9. Lesson 7 Lab Solution: Using ConfigMaps
  9. Lesson 8: Managing the Kubernetes API
    1. Learning objectives
    2. 8.1 Understanding the API
    3. 8.2 Using kube-proxy to Connect to the API
    4. 8.3 Using curl to Explore the API
    5. 8.4 Using kubectl explain to Describe Kubernetes Resources
    6. Lesson 8 Lab: Exploring the API
    7. Lesson 8 Lab Solution: Exploring the API
  10. Lesson 9: Running Kubernetes in the Enterprise
    1. Learning objectives
    2. 9.1 Getting Started with Kubernetes in Google Cloud
    3. 9.2 Using Kubernetes in Amazon
    4. 9.3 Using Kubernetes in Azure
    5. 9.4 Building an On-Premise Kubernetes Cluster
    6. Lesson 9 Lab: Building a Kubernetes Cluster
    7. Lesson 9 Lab Solution: Building a Kubernetes Cluster
  11. Lesson 10: Managing Kubernetes in the Enterprise
    1. Learning objectives
    2. 10.1 Understanding Kubernetes High-Availability
    3. 10.2 Working with Helm Charts
    4. 10.3 Configuring Metrics Server
    5. 10.4 Monitoring Pods
    6. 10.5 Managing Network Plugins
    7. Lesson 10 Lab: Managing Kubernetes
    8. Lesson 10 Lab Solution: Managing Kubernetes
  12. Lesson 11: Troubleshooting Kubernetes
    1. Learning objectives
    2. 11.1 Troubleshooting Applications Running in Pods
    3. 11.2 Troubleshooting Pods and Other Kubernetes Objects
    4. 11.3 Troubleshooting Cluster Problems
    5. 11.4 Troubleshooting Authentication and Authorization Issues
    6. Lesson 11 Lab: Troubleshooting Kubernetes
    7. Lesson 11 Lab Solution: Troubleshooting Kubernetes
  13. Summary
    1. Getting Started with Kubernetes: Summary

Product information

  • Title: Getting Started with Kubernetes LiveLessons, 2nd Edition
  • Author(s): Sander van Vugt
  • Release date: May 2020
  • Publisher(s): Pearson
  • ISBN: 0136787703