Certified Kubernetes CKAD & CKA (Video Collection)

Video description

Overview
A full deep-dive training to learn how to run applications on Kubernetes and pass the CKAD and CKA exams!

More than 24 Hours of Video Instruction

Description
This master class includes the following courses:
  • Certified Kubernetes Application Developer (CKAD), 2nd Edition
  • Certified Kubernetes Administrator (CKA), 2nd Edition
Certified Kubernetes Application Developer (CKAD) Complete Video Course (Video Training), 2nd Edition provides more than 13 hours of video instruction for IT professionals preparing to take the CKAD exam. Each lesson ends with a hands-on lab so you can test your knowledge. The author teaches using lightboard lectures that pinpoint key topics while also exploring the concepts needed to pass the exam and do the work of a Kubernetes professional. This industry-recognized certification requires an in-depth knowledge of how to develop, create, manage, store, and troubleshoot Kubernetes applications.

Using containers has become the standard for running applications on any platform. Developers today are required to create applications that run on a container, which is managed by the Kubernetes platform. The Certified Kubernetes Application Developer exam prepares the developer for this task. Certified Kubernetes Application Developer (CKAD) Complete Video Course covers all the core aspects of working with containers in Kubernetes and preparing for the industry standard CKAD exam.

Certified Kubernetes Administrator (CKA) Complete Video Course provides 11 hours of video instruction for IT professionals--including IT administrators, DevOps engineers, software developers, IT architects, and hybrid cloud administrators--preparing to take the CKA exam, which requires an in-depth knowledge of how to develop, create, manage, store, and troubleshoot Kubernetes applications.

The course includes labs, demonstrations, and lightboard explanations by Sander van Vugt, who has presented on dozens of Linux and Kubernetes courses. He introduces containers and Kubernetes, and moves through the process of creating, managing, and storing applications. He provides labs on setting up and managing clusters, and you'll also learn how to troubleshoot Kubernetes applications and cluster nodes. Sander shows how to manage deployments, services, ingress, and setting up storage, and walks through key troubleshooting scenarios. He ends the course with a sample exam for the user to practice before taking the real thing.

Course Requirements
  • One (virtual) machine running Red Hat Enterprise Linux, CentOS, or Rocky Linux 8.x to perform the labs about Podman containers
  • A computer running any operating system with at least 16GB RAM to run the CodeReady Containers Virtual Machine
  • Students should be able to run a virtual machine that requires 12GB of RAM
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. Certified Kubernetes Application Developer (CKAD): Introduction
    1. Certified Kubernetes Application Developer (CKAD): Introduction
  2. Module 1: Container Fundamentals
    1. Module introduction
  3. Lesson 1: Understanding and Using Containers
    1. Learning objectives
    2. 1.1 What is a Container
    3. 1.2 Understanding Registries
    4. 1.3 Starting Containers
    5. 1.4 Managing Containers
    6. 1.5 Managing Container Images
    7. 1.6 Understanding Container Logging
    8. Lesson 1 Lab Using Containers
    9. Lesson 1 Lab Solution Using Containers
  4. Lesson 2: Managing Container Images
    1. Learning objectives
    2. 2.1 Understanding Image Architecture
    3. 2.2 Tagging Container Images
    4. 2.3 Understanding Image Creation Options
    5. 2.4 Using Dockerfile to Build Custom Images
    6. 2.5 Creating Images with docker commit
    7. Lesson 2 Lab Creating Custom Container Images
    8. Lesson 2 Lab Solution Creating Custom Container Images
  5. Lesson 3: Understanding Kubernetes
    1. Learning objectives
    2. 3.1 Understanding Kubernetes Core Functions
    3. 3.2 Understanding Kubernetes Origins
    4. 3.3 Using Kubernetes in Google Cloud
    5. 3.4 Understanding Kubernetes Management Interfaces
    6. 3.5 Understanding Kubernetes Architecture
    7. 3.6 Exploring Essential API Resources
    8. Lesson 3 Lab Exploring Kubernetes API Resources
    9. Lesson 3 Lab Solution Exploring Kubernetes API Resources
  6. Lesson 4: Creating a Lab Environment
    1. Learning objectives
    2. 4.1 Understanding Kubernetes Deployment Options
    3. 4.2 Understanding Minikube
    4. 4.3 Installing Minikube on Ubuntu
    5. 4.4 Installing Minikube on Windows
    6. 4.5 Installing Minikube on macOS
    7. 4.6 Verifying Minikube is Working
    8. 4.7 Running Your First Application
    9. Lesson 4 Lab Setting up a Lab Environment
    10. Lesson 4 Lab Solution Setting up a Lab Environment
  7. Module 2: Kubernetes Essentials
    1. Module introduction
  8. Lesson 5: Managing Pod Basic Features
    1. Learning objectives
    2. 5.1 Understanding Pods
    3. 5.2 Understanding YAML
    4. 5.3 Generating YAML Files
    5. 5.4 Understanding and Configuring Multi-Container Pods
    6. 5.5 Managing Init Containers
    7. 5.6 Using NameSpaces
    8. Lesson 5 Lab Managing Pods
    9. Lesson 5 Lab Solution Managing Pods
  9. Lesson 6: Managing Pod Advanced Features
    1. Learning objectives
    2. 6.1 Exploring Pod State with kubectl describe
    3. 6.2 Using Pod Logs for Application Troubleshooting
    4. 6.3 Using Port Forwarding to Access Pods
    5. 6.4 Understanding and Configuring SecurityContext
    6. 6.5 Managing Jobs
    7. 6.6 Managing Cron Jobs
    8. 6.7 Managing Resource Limitations and Quota
    9. 6.8 Cleaning up Resources
    10. Lesson 6 Lab Managing Pod Advanced Features
    11. Lesson 6 Lab Solution Managing Pod Advanced Features
  10. Module 3: Building and Exposing Scalable Applications
    1. Module introduction
  11. Lesson 7: Managing Deployments
    1. Learning objectives
    2. 7.1 Understanding Deployments
    3. 7.2 Managing Deployment Scalability
    4. 7.3 Understanding Deployment Updates
    5. 7.4 Understanding Labels, Selectors, and Annotations
    6. 7.5 Managing Update Strategy
    7. 7.6 Managing Deployment History
    8. 7.7 Understanding Deployment Alternatives
    9. 7.8 Bonus Topic: Understanding AutoScaling
    10. Lesson 7 Lab Managing Deployments
    11. Lesson 7 Lab Solution Managing Deployments
  12. Lesson 8: Managing Networking
    1. Learning objectives
    2. 8.1 Understanding Kubernetes Networking
    3. 8.2 Understanding Services
    4. 8.3 Creating Services
    5. 8.4 Using Service Resources in Microservices
    6. 8.5 Understanding Services and DNS
    7. Lesson 8 Lab Managing Services
    8. Lesson 8 Lab Solution Managing Services
  13. Lesson 9: Managing Ingress
    1. Learning objectives
    2. 9.1 Understanding Ingress
    3. 9.2 Configuring the Minikube Ingress Controller
    4. 9.3 Using Ingress
    5. 9.4 Configuring Ingress Rules
    6. 9.5 Understanding IngressClass
    7. 9.6 Understanding and Configuring Network Policies
    8. Lesson 9 Lab Using Ingress
    9. Lesson 9 Lab Solution Using Ingress
  14. Lesson 10: Managing Storage
    1. Learning objectives
    2. 10.1 Understanding Kubernetes Storage Options
    3. 10.2 Configuring Volume Storage
    4. 10.3 Configuring PV Storage
    5. 10.4 Configuring PVCs
    6. 10.5 Configuring Pod Storage with PV and PVC
    7. 10.6 Understanding StorageClass
    8. Lesson 10 Lab Setting up Storage
    9. Lesson 10 Lab Solution Setting up Storage
  15. Lesson 11: Managing ConfigMaps and Secrets
    1. Learning objectives
    2. 11.1 Providing Variables to Kubernetes Applications
    3. 11.2 Understanding Why Decoupling is Important
    4. 11.3 Providing Variables with ConfigMaps
    5. 11.4 Providing Configuration Files with ConfigMaps
    6. 11.5 Understanding Secrets
    7. 11.6 Understanding How Kubernetes Uses Secrets
    8. 11.7 Configuring Applications to Use Secrets
    9. 11.8 Configuring the Docker Registry Access Secret
    10. Lesson 11 Lab Using ConfigMaps and Secrets
    11. Lesson 11 Lab Solution Using ConfigMaps and Secrets
  16. Module 4: Advanced Kubernetes
    1. Module introduction
  17. Lesson 12: Using the API
    1. Learning objectives
    2. 12.1 Understanding the Kubernetes API
    3. 12.2 Using curl to Work with API Resources
    4. 12.3 Understanding API Deprecations
    5. 12.4 Understanding Authentication and Authorization
    6. 12.5 Understanding API Access and Service Accounts
    7. 12.6 Configuring a ServiceAccount
    8. Lesson 12 Lab Configuring a ServiceAccount
    9. Lesson 12 Lab Solution Configuring a ServiceAccount
  18. Lesson 13: Deploying Applications the DevOps Way
    1. Learning objectives
    2. 13.1 Using the Helm Package Manager
    3. 13.2 Working with Helm Charts
    4. 13.3 Using Kustomize
    5. 13.4 Implementing Blue/Green Deployments
    6. 13.5 Implement Canary Deployments
    7. 13.6 Understanding Custom Resource Definitions
    8. 13.7 Using Operators
    9. 13.8 Using StatefulSets
    10. Lesson 13 Lab Deploying Kubernetes Applications the DevOps Way
    11. Lesson 13 Lab Solution Deploying Kubernetes Applications the DevOps Way
  19. Lesson 14: Troubleshooting Kubernetes
    1. Learning objectives
    2. 14.1 Determining a Troubleshooting Strategy
    3. 14.2 Analyzing Failing Applications
    4. 14.3 Analyzing Pod Access Problems
    5. 14.4 Monitoring Cluster Event Logs
    6. 14.5 Troubleshooting Authentication Problems
    7. 14.6 Using Probes
    8. Lesson 14 Lab Troubleshooting Kubernetes
    9. Lesson 14 Lab Solution Troubleshooting Kubernetes
  20. Module 5: Certified Kubernetes Practice Exam
    1. Module introduction
  21. Lesson 15: Practice Exam Questions
    1. Learning objectives
    2. 15.1 Exam Tips
    3. 15.2 Exam Question Overview
    4. 15.3 Working with NameSpaces
    5. 15.4 Finding Pods
    6. 15.5 Using ConfigMaps
    7. 15.6 Using Sidecars
    8. 15.7 Inspecting Containers
    9. 15.8 Using Probes
    10. 15.9 Creating a Deployment
    11. 15.10 Exposing Applications
    12. 15.11 Using Network Policies
    13. 15.12 Using Storage
    14. 15.13 Using Helm
    15. 15.14 Using Quota
    16. 15.15 Using ServiceAccount
  22. Certified Kubernetes Application Developer (CKAD): Summary
    1. Certified Kubernetes Application Developer (CKAD): Summary
  23. Certified Kubernetes Administrator (CKA): Introduction
    1. Certified Kubernetes Administrator (CKA): Introduction
  24. Module 1: Getting Started
    1. Module introduction
  25. Lesson 1: Understanding Kubernetes
    1. Learning objectives
    2. 1.1 Understanding Kubernetes Core Functions
    3. 1.2 Understanding Kubernetes API Objects
    4. 1.3 Understanding Kubernetes Architecture
  26. Lesson 2: Options for Using Kubernetes
    1. Learning objectives
    2. 2.1 Building a Kubernetes Cluster
    3. 2.2 Using Kubernetes in Public Cloud
    4. 2.3 Using Minikube
  27. Lesson 3: Creating a Kubernetes Cluster
    1. Learning objectives
    2. 3.1 Understanding Cluster Node Requirements
    3. 3.2 Using kubeadm to Build a Cluster
    4. 3.3 Understanding Node Networking Requirements
    5. 3.4 Understanding kubectl Client Configuration
    6. Lesson 3 Lab: Building a Kubernetes Cluster
    7. Lesson 3 Lab Solution: Building a Kubernetes Cluster
  28. Module 2: Managing Pods and Deployments
    1. Module introduction
  29. Lesson 4: Understanding API Access and Commands
    1. Learning objectives
    2. 4.1 Understanding the Kubernetes API
    3. 4.2 Understanding Core Kubernetes Objects
    4. 4.3 Using Options to Explore the API
    5. 4.4 Using kubectl to Manage API Objects
    6. 4.5 Using YAML Files to Define API Objects
    7. 4.6 Using curl to Work with API Objects
    8. 4.7 Using Other Commands
    9. Lesson 4 Lab: Using curl to Explore the API
    10. Lesson 4 Lab Solution: Using curl to Explore the API
  30. Lesson 5: Running Pods by Using Deployments
    1. Learning objectives
    2. 5.1 Understanding Namespaces
    3. 5.2 Managing Pods and Deployments
    4. 5.3 Managing Deployment Scalability
    5. 5.4 Understanding Labels and Annotations
    6. 5.5 Managing Rolling Updates
    7. 5.6 Managing Deployment History
    8. 5.7 Using Init Containers
    9. 5.8 Managing StatefulSets
    10. 5.9 Using DaemonSets
    11. Lesson 5 Lab: Managing Deployments
    12. Lesson 5 Lab Solution: Managing Deployments
  31. Lesson 6: Managing Storage
    1. Learning objectives
    2. 6.1 Understanding Kubernetes Storage Options
    3. 6.2 Configuring Pod Volumes
    4. 6.3 Configuring PV Storage
    5. 6.4 Configuring PVCs
    6. 6.5 Configuring Pod Storage with PV and PVC
    7. 6.6 Using StorageClass
    8. 6.7 Understanding ConfigMaps and Secrets
    9. 6.8 Managing ConfigMaps
    10. 6.9 Managing Secrets
    11. Lesson 6 Lab: Configuring Storage
    12. Lesson 6 Lab Solution: Configuring Storage
  32. Lesson 7: Managing Pod Networking
    1. Learning objectives
    2. 7.1 Understanding Pod Networking
    3. 7.2 Understanding Pod-to-Pod Communication
    4. 7.3 Understanding Service Networking
    5. 7.4 Configuring Service Networking
    6. 7.5 Managing ExternalName Service Objects
    7. 7.6 Understanding Ingress
    8. 7.7 Adding Traefik Ingress to a kubeadm Cluster
    9. 7.8 Creating Ingress Resources
    10. Lesson 7 Lab: Managing Pod Networking
    11. Lesson 7 Lab Solution: Managing Pod Networking
  33. Module 3: Managing Kubernetes Clusters
    1. Module introduction
  34. Lesson 8: Managing API Object Specifications
    1. Learning objectives
    2. 8.1 Understanding Custom Resources
    3. 8.2 Understanding Operators
    4. 8.3 Adding Custom Resources
    5. Lesson 8 Lab: Managing Custom Resources
    6. Lesson 8 Lab Solution: Managing Custom Resources
  35. Lesson 9: Managing Scheduling
    1. Learning objectives
    2. 9.1 Managing Scheduler Settings
    3. 9.2 Managing Scheduler Policies
    4. 9.3 Using nodeSelector
    5. 9.4 Managing Node Affinity
    6. 9.5 Managing Pod Affinity
    7. 9.6 Managing Taints and Tolerations
    8. 9.7 Managing Resource Restrictions
    9. Lesson 9 Lab: Managing Scheduling
    10. Lesson 9 Lab Solution: Managing Scheduling
  36. Lesson 10: Managing Security Settings
    1. Learning objectives
    2. 10.1 Understanding API Access
    3. 10.2 Understanding Authentication
    4. 10.3 Understanding Authorization Modes
    5. 10.4 Managing Security Contexts
    6. 10.5 Managing Kubernetes User Accounts
    7. 10.6 Managing ServiceAccount
    8. Lesson 10 Lab: Managing Security
    9. Lesson 10 Lab Solution: Managing Security
  37. Lesson 11: Managing Networking
    1. Learning objectives
    2. 11.1 Understanding Kubernetes Networking
    3. 11.2 Managing the CNI
    4. 11.3 Managing Network Plugins
    5. 11.4 Managing Kubernetes DNS
    6. 11.5 Managing Network Policies
    7. Lesson 11 Lab 1: Managing Network Policy
    8. Lesson 11 Lab 1 Solution: Managing Network Policy
    9. Lesson 11 Lab 2: Exposing Pods
    10. Lesson 11 Lab 2 Solution: Exposing Pods
  38. Lesson 12: Managing Cluster Nodes
    1. Learning objectives
    2. 12.1 Adding a Node to the Cluster
    3. 12.2 Rebooting Cluster Nodes
    4. 12.3 Removing Cluster Nodes
    5. 12.4 Analyzing and Monitoring Node Status
    6. 12.5 Using kubectl drain and cordon
    7. 12.6 Configuring Static Pods
    8. 12.7 Managing the etcd Database
    9. Lesson 12 Lab: Managing Cluster Nodes
    10. Lesson 12 Lab Solution: Managing Cluster Nodes
  39. Lesson 13: Logging, Monitoring, and Troubleshooting
    1. Learning objectives
    2. 13.1 Monitoring Kubernetes Resources
    3. 13.2 Using kubectl describe and kubectl logs
    4. 13.3 Understanding Pod States
    5. 13.4 Troubleshooting Cluster Resources
    6. 13.5 Monitoring Cluster Resource Logs
    7. 13.6 Troubleshooting Client Issues
    8. 13.7 Troubleshooting Stuck in Termination
    9. Lesson 13 Lab: Troubleshooting Resources
    10. Lesson 13 Lab Solution: Troubleshooting Resources
  40. Lesson 14: Advanced Cluster Management
    1. Learning objectives
    2. 14.1 Performing a Version Update on a Kubernetes Cluster
    3. 14.2 Managing a Highly-available Kubernetes Cluster
    4. 14.3 Installing a Highly-available Kubernetes Cluster
    5. Lesson 14 Lab: Managing Advanced Cluster Management
    6. Lesson 14 Lab solution: Managing Advanced Cluster Management
  41. Module 4: Sample Exam
    1. Module introduction
  42. Lesson 15: Sample Exam Questions
    1. Learning objectives
    2. 15.1 Exam Tips
    3. 15.2 Exam Question Overview
    4. 15.3 Creating a Cluster
    5. 15.4 Creating a Pod
    6. 15.5 Creating a Pod with an init Container
    7. 15.6 Configuring Storage
    8. 15.7 Running a Pod Once
    9. 15.8 Managing Updates
    10. 15.9 Using Labels
    11. 15.10 Using ConfigMaps
    12. 15.11 Running Parallel Pods
    13. 15.12 Mark a Node as Unavailable
    14. 15.13 Using Maintenance Mode
    15. 15.14 Backing up the Etcd Database
    16. 15.15 Using DNS
    17. 15.16 Configuring a Node to Autostart a Pod
    18. 15.17 Finding the Pod with the Highest CPU Load
    19. 15.18 Creating a NetworkPolicy
    20. 15.19 Configuring a High Availability Cluster
  43. Certified Kubernetes Administrator (CKA): Summary
    1. Certified Kubernetes Administrator (CKA): Summary

Product information

  • Title: Certified Kubernetes CKAD & CKA (Video Collection)
  • Author(s): Sander van Vugt
  • Release date: February 2022
  • Publisher(s): Pearson
  • ISBN: 013792951X