Video description
An updated edition of this video title is available. Please go to Certified Kubernetes Administrator (CKA) Complete Video Course, 2nd Ed (Video Training): https://learning.oreilly.com/videos/certified-kubernetes-administrator/9780137438419/
9+ Hours of Video Instruction
Certified Kubernetes Administrator (CKA) Complete Video Course provides more than 9 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, 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.
Topics include:
Module 1: Getting Started
Module 2: Managing Pods and Deployments
Module 3: Managing Kubernetes Clusters
Module 4: Sample Exams
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 the API
- Manage scheduler settings
- Configure security
- Manage Kubernetes Networking
- Manage Cluster Nodes
- 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 in this large Module.
Module 4, "Sample Exams," 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 www.informit.com/video.
Table of contents
- 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 Understanding ConfigMaps and Secrets
- 6.7 Managing ConfigMaps
- 6.8 Managing Secrets
- Lesson 6 Lab: Configuring Storage
- Lesson 6 Lab Solution: Configuring Storage
- Lesson 7: 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
-
Lesson 12: Managing and 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
- Module 4: Sample Exam
-
Lesson 14: Sample Exam Questions
- Learning objectives
- 14.1 Exam Tips
- 14.2 Exam Question Overview
- 14.3 Creating a Cluster
- 14.4 Creating a Pod
- 14.5 Creating a Pod with an init Container
- 14.6 Configuring Storage
- 14.7 Running a Pod Once
- 14.8 Managing Updates
- 14.9 Using Labels
- 14.10 Using ConfigMaps
- 14.11 Running Parallel Pods
- 14.12 Mark a Node as Unavailable
- 14.13 Using Maintenance Mode
- 14.14 Backing up the Etcd Database
- 14.15 Using DNS
- 14.16 Configuring a Node to Autostart a Pod
- 14.17 Finding the Pod with the Highest CPU Load
- Summary
Product information
- Title: Certified Kubernetes Administrator (CKA)
- Author(s):
- Release date: April 2020
- Publisher(s): Pearson
- ISBN: 0136677487
You might also like
video
Certified Kubernetes Administrator (CKA), 2nd Ed
11 Hours of Video Instruction An updated edition of this video title is available. Please go …
video
Certified Kubernetes Administrator (CKA) Certification Training Course
Kubernetes is one of the most popular container orchestration tools available. The container orchestration with Kubernetes …
video
Certified Kubernetes Security Specialist (CKS) Course
This Kubernetes Security Specialist course provides foundational knowledge using concepts and hands-on demonstrations of the Kubernetes …
book
Certified Kubernetes Administrator (CKA) Study Guide
Exclusively on O'Reilly: Get more hands-on training and test your CKA exam readiness by working through …