Video description
OverviewA 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
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
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
- Certified Kubernetes Application Developer (CKAD): Introduction
- Module 1: Container Fundamentals
- Lesson 1: Understanding and Using Containers
-
Lesson 2: Managing Container Images
- Learning objectives
- 2.1 Understanding Image Architecture
- 2.2 Tagging Container Images
- 2.3 Understanding Image Creation Options
- 2.4 Using Dockerfile to Build Custom Images
- 2.5 Creating Images with docker commit
- Lesson 2 Lab Creating Custom Container Images
- Lesson 2 Lab Solution Creating Custom Container Images
-
Lesson 3: Understanding Kubernetes
- Learning objectives
- 3.1 Understanding Kubernetes Core Functions
- 3.2 Understanding Kubernetes Origins
- 3.3 Using Kubernetes in Google Cloud
- 3.4 Understanding Kubernetes Management Interfaces
- 3.5 Understanding Kubernetes Architecture
- 3.6 Exploring Essential API Resources
- Lesson 3 Lab Exploring Kubernetes API Resources
- Lesson 3 Lab Solution Exploring Kubernetes API Resources
-
Lesson 4: Creating a Lab Environment
- Learning objectives
- 4.1 Understanding Kubernetes Deployment Options
- 4.2 Understanding Minikube
- 4.3 Installing Minikube on Ubuntu
- 4.4 Installing Minikube on Windows
- 4.5 Installing Minikube on macOS
- 4.6 Verifying Minikube is Working
- 4.7 Running Your First Application
- Lesson 4 Lab Setting up a Lab Environment
- Lesson 4 Lab Solution Setting up a Lab Environment
- Module 2: Kubernetes Essentials
- Lesson 5: Managing Pod Basic Features
-
Lesson 6: Managing Pod Advanced Features
- Learning objectives
- 6.1 Exploring Pod State with kubectl describe
- 6.2 Using Pod Logs for Application Troubleshooting
- 6.3 Using Port Forwarding to Access Pods
- 6.4 Understanding and Configuring SecurityContext
- 6.5 Managing Jobs
- 6.6 Managing Cron Jobs
- 6.7 Managing Resource Limitations and Quota
- 6.8 Cleaning up Resources
- Lesson 6 Lab Managing Pod Advanced Features
- Lesson 6 Lab Solution Managing Pod Advanced Features
- Module 3: Building and Exposing Scalable Applications
-
Lesson 7: Managing Deployments
- Learning objectives
- 7.1 Understanding Deployments
- 7.2 Managing Deployment Scalability
- 7.3 Understanding Deployment Updates
- 7.4 Understanding Labels, Selectors, and Annotations
- 7.5 Managing Update Strategy
- 7.6 Managing Deployment History
- 7.7 Understanding Deployment Alternatives
- 7.8 Bonus Topic: Understanding AutoScaling
- Lesson 7 Lab Managing Deployments
- Lesson 7 Lab Solution Managing Deployments
- Lesson 8: Managing Networking
- Lesson 9: Managing Ingress
- Lesson 10: Managing Storage
-
Lesson 11: Managing ConfigMaps and Secrets
- Learning objectives
- 11.1 Providing Variables to Kubernetes Applications
- 11.2 Understanding Why Decoupling is Important
- 11.3 Providing Variables with ConfigMaps
- 11.4 Providing Configuration Files with ConfigMaps
- 11.5 Understanding Secrets
- 11.6 Understanding How Kubernetes Uses Secrets
- 11.7 Configuring Applications to Use Secrets
- 11.8 Configuring the Docker Registry Access Secret
- Lesson 11 Lab Using ConfigMaps and Secrets
- Lesson 11 Lab Solution Using ConfigMaps and Secrets
- Module 4: Advanced Kubernetes
-
Lesson 12: Using the API
- Learning objectives
- 12.1 Understanding the Kubernetes API
- 12.2 Using curl to Work with API Resources
- 12.3 Understanding API Deprecations
- 12.4 Understanding Authentication and Authorization
- 12.5 Understanding API Access and Service Accounts
- 12.6 Configuring a ServiceAccount
- Lesson 12 Lab Configuring a ServiceAccount
- Lesson 12 Lab Solution Configuring a ServiceAccount
-
Lesson 13: Deploying Applications the DevOps Way
- Learning objectives
- 13.1 Using the Helm Package Manager
- 13.2 Working with Helm Charts
- 13.3 Using Kustomize
- 13.4 Implementing Blue/Green Deployments
- 13.5 Implement Canary Deployments
- 13.6 Understanding Custom Resource Definitions
- 13.7 Using Operators
- 13.8 Using StatefulSets
- Lesson 13 Lab Deploying Kubernetes Applications the DevOps Way
- Lesson 13 Lab Solution Deploying Kubernetes Applications the DevOps Way
-
Lesson 14: Troubleshooting Kubernetes
- Learning objectives
- 14.1 Determining a Troubleshooting Strategy
- 14.2 Analyzing Failing Applications
- 14.3 Analyzing Pod Access Problems
- 14.4 Monitoring Cluster Event Logs
- 14.5 Troubleshooting Authentication Problems
- 14.6 Using Probes
- Lesson 14 Lab Troubleshooting Kubernetes
- Lesson 14 Lab Solution Troubleshooting Kubernetes
- Module 5: Certified Kubernetes Practice Exam
-
Lesson 15: Practice Exam Questions
- Learning objectives
- 15.1 Exam Tips
- 15.2 Exam Question Overview
- 15.3 Working with NameSpaces
- 15.4 Finding Pods
- 15.5 Using ConfigMaps
- 15.6 Using Sidecars
- 15.7 Inspecting Containers
- 15.8 Using Probes
- 15.9 Creating a Deployment
- 15.10 Exposing Applications
- 15.11 Using Network Policies
- 15.12 Using Storage
- 15.13 Using Helm
- 15.14 Using Quota
- 15.15 Using ServiceAccount
- Certified Kubernetes Application Developer (CKAD): Summary
- Certified Kubernetes Administrator (CKA): Introduction
- Module 1: Getting Started
- Lesson 1: Understanding Kubernetes
- Lesson 2: Options for Using Kubernetes
- Lesson 3: Creating a Kubernetes Cluster
- Module 2: Managing Pods and Deployments
-
Lesson 4: Understanding API Access and Commands
- Learning objectives
- 4.1 Understanding the Kubernetes API
- 4.2 Understanding Core Kubernetes Objects
- 4.3 Using Options to Explore the API
- 4.4 Using kubectl to Manage API Objects
- 4.5 Using YAML Files to Define API Objects
- 4.6 Using curl to Work with API Objects
- 4.7 Using Other Commands
- Lesson 4 Lab: Using curl to Explore the API
- Lesson 4 Lab Solution: Using curl to Explore the API
-
Lesson 5: Running Pods by Using Deployments
- Learning objectives
- 5.1 Understanding Namespaces
- 5.2 Managing Pods and Deployments
- 5.3 Managing Deployment Scalability
- 5.4 Understanding Labels and Annotations
- 5.5 Managing Rolling Updates
- 5.6 Managing Deployment History
- 5.7 Using Init Containers
- 5.8 Managing StatefulSets
- 5.9 Using DaemonSets
- Lesson 5 Lab: Managing Deployments
- Lesson 5 Lab Solution: Managing Deployments
-
Lesson 6: Managing Storage
- Learning objectives
- 6.1 Understanding Kubernetes Storage Options
- 6.2 Configuring Pod Volumes
- 6.3 Configuring PV Storage
- 6.4 Configuring PVCs
- 6.5 Configuring Pod Storage with PV and PVC
- 6.6 Using StorageClass
- 6.7 Understanding ConfigMaps and Secrets
- 6.8 Managing ConfigMaps
- 6.9 Managing Secrets
- Lesson 6 Lab: Configuring Storage
- Lesson 6 Lab Solution: Configuring Storage
-
Lesson 7: Managing Pod Networking
- Learning objectives
- 7.1 Understanding Pod Networking
- 7.2 Understanding Pod-to-Pod Communication
- 7.3 Understanding Service Networking
- 7.4 Configuring Service Networking
- 7.5 Managing ExternalName Service Objects
- 7.6 Understanding Ingress
- 7.7 Adding Traefik Ingress to a kubeadm Cluster
- 7.8 Creating Ingress Resources
- Lesson 7 Lab: Managing Pod Networking
- Lesson 7 Lab Solution: Managing Pod Networking
- Module 3: Managing Kubernetes Clusters
- Lesson 8: Managing API Object Specifications
-
Lesson 9: Managing Scheduling
- Learning objectives
- 9.1 Managing Scheduler Settings
- 9.2 Managing Scheduler Policies
- 9.3 Using nodeSelector
- 9.4 Managing Node Affinity
- 9.5 Managing Pod Affinity
- 9.6 Managing Taints and Tolerations
- 9.7 Managing Resource Restrictions
- Lesson 9 Lab: Managing Scheduling
- Lesson 9 Lab Solution: Managing Scheduling
- Lesson 10: Managing Security Settings
-
Lesson 11: Managing Networking
- Learning objectives
- 11.1 Understanding Kubernetes Networking
- 11.2 Managing the CNI
- 11.3 Managing Network Plugins
- 11.4 Managing Kubernetes DNS
- 11.5 Managing Network Policies
- Lesson 11 Lab 1: Managing Network Policy
- Lesson 11 Lab 1 Solution: Managing Network Policy
- Lesson 11 Lab 2: Exposing Pods
- Lesson 11 Lab 2 Solution: Exposing Pods
-
Lesson 12: Managing Cluster Nodes
- Learning objectives
- 12.1 Adding a Node to the Cluster
- 12.2 Rebooting Cluster Nodes
- 12.3 Removing Cluster Nodes
- 12.4 Analyzing and Monitoring Node Status
- 12.5 Using kubectl drain and cordon
- 12.6 Configuring Static Pods
- 12.7 Managing the etcd Database
- Lesson 12 Lab: Managing Cluster Nodes
- Lesson 12 Lab Solution: Managing Cluster Nodes
-
Lesson 13: Logging, Monitoring, and Troubleshooting
- Learning objectives
- 13.1 Monitoring Kubernetes Resources
- 13.2 Using kubectl describe and kubectl logs
- 13.3 Understanding Pod States
- 13.4 Troubleshooting Cluster Resources
- 13.5 Monitoring Cluster Resource Logs
- 13.6 Troubleshooting Client Issues
- 13.7 Troubleshooting Stuck in Termination
- Lesson 13 Lab: Troubleshooting Resources
- Lesson 13 Lab Solution: Troubleshooting Resources
- Lesson 14: Advanced Cluster Management
- Module 4: Sample Exam
-
Lesson 15: Sample Exam Questions
- Learning objectives
- 15.1 Exam Tips
- 15.2 Exam Question Overview
- 15.3 Creating a Cluster
- 15.4 Creating a Pod
- 15.5 Creating a Pod with an init Container
- 15.6 Configuring Storage
- 15.7 Running a Pod Once
- 15.8 Managing Updates
- 15.9 Using Labels
- 15.10 Using ConfigMaps
- 15.11 Running Parallel Pods
- 15.12 Mark a Node as Unavailable
- 15.13 Using Maintenance Mode
- 15.14 Backing up the Etcd Database
- 15.15 Using DNS
- 15.16 Configuring a Node to Autostart a Pod
- 15.17 Finding the Pod with the Highest CPU Load
- 15.18 Creating a NetworkPolicy
- 15.19 Configuring a High Availability Cluster
- Certified Kubernetes Administrator (CKA): Summary
Product information
- Title: Certified Kubernetes CKAD & CKA (Video Collection)
- Author(s):
- Release date: February 2022
- Publisher(s): Pearson IT Certification
- ISBN: 013792951X
You might also like
video
Kubernetes in 7 Days
Build strong Kubernetes foundations in 1 week About This Video Learn how to build, manage, and …
video
Red Hat Certified Specialist in Containers and Kubernetes Complete Video Course: Red Hat EX180
8+ Hours of Video Instruction Red Hat Certified Specialist in Containers and Kubernetes Complete Video Course: …
video
Terraform in Action video edition
An outstanding source of knowledge for Terraform enthusiasts of all levels. Anton Babenko, Betajob Use Terraform …
video
Amazon Web Services AWS LiveLessons 2nd Edition
More Than 17 Hours of Video Instruction An updated edition of this video title is available. …