Certified Kubernetes Administrator (CKA), 2nd Ed

Video description

11 Hours of Video Instruction

An updated edition of this video title is available. Please go to Certified Kubernetes Administrator (CKA), 3rd Edition.

Get intensive, hands-on CKA training with Sander van Vugt in this 2 day/10-hour live training course Certified Kubernetes Administrator (CKA) Crash Course.

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.

Overview

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 creation, 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, 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.

Topics include:

Module 1: Getting Started
Module 2: Managing Pods and Deployments
Module 3: Managing Kubernetes Clusters
Module 4: Sample Exam

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 more than 25 video courses, including Kubernetes Fundamentals. He teaches courses for customers around the world, and is also a regular speaker on major conferences related to open source software. Sander is also the founder of the Living Open Source Foundation, a non-profit organization that teaches open source to talent in different African countries.

Skill Level
  • Beginner/Intermediate
Learn How To
  • Best prepare to pass the Certified Kubernetes Application Developer (CKA) Exam
  • Create a Kubernetes cluster
  • Manage Pods and Deployments
  • Manage Pod Storage and Networking
  • Work with Ingress
  • Work with the API
  • Add custom resources
  • Manage scheduler settings
  • Configure security
  • Manage Kubernetes Networking
  • Manage network policies
  • Manage ServiceAccount
  • Manage Cluster Nodes
  • Perform a version update on a cluster
  • Troubleshoot Kubernetes Clusters and Applications
  • Prepare for the CKA test
Who Should Take This Course

IT professionals that want to manage container deployment in their containerized devops environment using Kubernetes. Specifically:
  • IT Administrators
  • DevOps Engineers
  • Software Developers
  • IT Architects
  • Hybrid Cloud Administrators
Course Requirements

To work on the lab assignments in this course, participants three virtual machines using CentOS.

Lesson Descriptions

Module 1, “Getting Started,” provides a quick overview of Kubernetes, how to use it, and then how to set up an on premise Kubernetes cluster.

Module 2, “Managing Pods and Deployments,” digs into the essentials of working with Kubernetes, including how to work with the API and related utilities to configure Kubernetes. Managing pods, deployments, and storage are all covered in Module 2, as well as how to expose applications that are offered by Pods by using service objects.

Module 3, “Managing Kubernetes Clusters,” covers how to manage Kubernetes clusters. It starts with a short lesson about API specifications and creating custom API objects. Then, it discusses scheduling, and how this can be used to manage which nodes will service Pods. Security settings and working with all the different aspects of security in the cluster are covered. Networking, and how the CNI and network plugins are used to implement the cluster is also covered. Managing nodes and clusters, as well as troubleshooting in a Kubernetes environment are discussed. The module ends with performing advanced cluster management tasks, such as configuring HA and performing cluster updates.

Module 4, “Sample Exam,” contains a sample exam, as well as some exam tips.

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. Certified Kubernetes Administrator (CKA): Introduction
  2. Module 1: Getting Started
    1. Module introduction
  3. 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
  4. 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
  5. 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
  6. Module 2: Managing Pods and Deployments
    1. Module introduction
  7. 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
  8. 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
  9. 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
  10. 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
  11. Module 3: Managing Kubernetes Clusters
    1. Module introduction
  12. 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
  13. 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
  14. 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
  15. 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
  16. 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
  17. 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
  18. 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
  19. Module 4: Sample Exam
    1. Module introduction
  20. 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
  21. Summary
    1. Certified Kubernetes Administrator (CKA): Summary

Product information

  • Title: Certified Kubernetes Administrator (CKA), 2nd Ed
  • Author(s): Sander van Vugt
  • Release date: February 2021
  • Publisher(s): Pearson
  • ISBN: 0137438419