Master Kubernetes: Complete CKA Certification Prep 2024
Focused View
9:31:42
001 Course Overview.mp4
01:47
001 Exploring the Kubernetes Architecture - READ ME.txt
001 Exploring the Kubernetes Architecture - Slides.pdf
001 Introduction Course and Module Overview.mp4
01:22
002 What Is Kubernetes Kubernetes Benefits and Operating Principles.mp4
05:16
003 Introducing the Kubernetes API - Objects and API Server.mp4
02:34
004 Understanding API Objects - Pods.mp4
02:54
005 Understanding API Objects - Controllers.mp4
03:16
006 Understanding API Objects - Services.mp4
01:30
007 Understanding API Objects - Storage.mp4
01:05
008 Kubernetes Cluster Components Overview and Control Plane.mp4
05:52
009 Nodes.mp4
04:54
010 Cluster Add-on Pods.mp4
01:18
011 Pod Operations.mp4
02:38
012 Service Operations.mp4
01:36
013 Kubernetes Networking Fundamentals.mp4
03:10
014 Module Summary and Whats Next.mp4
00:40
001 Installing and Configuring Kubernetes - Demos.zip
001 Installing and Configuring Kubernetes - Slides.pdf
001 Module Overview.mp4
01:01
002 Installation Considerations.mp4
04:02
003 Installation Methods.mp4
01:12
004 Installation Requirements.mp4
01:35
005 Understanding Cluster Networking Ports.mp4
02:37
006 Getting Kubernetes.mp4
00:59
007 Building Your Own Cluster.mp4
02:16
008 Installing Kubernetes on VMs.mp4
02:10
009 Lab Environment Overview.mp4
03:02
010 Demo Installing and Configuring containerd.mp4
04:39
011 Demo Installing and Configuring Kubernetes Packages.mp4
05:09
012 Bootstrapping a Cluster with kubeadm.mp4
03:16
013 Understanding the Certificate Authoritys Role in Your Cluster.mp4
01:40
014 kubeadm Created kubeconfig Files and Static Pod Manifests.mp4
03:15
015 Pod Networking Fundamentals.mp4
02:11
016 Creating a Cluster Control Plane Node and Adding a Node.mp4
05:25
017 Demo Creating a Cluster Control Plane Node.mp4
11:49
018 Demo Adding a Node to Your Cluster.mp4
07:44
019 Managed Cloud Deployment Scenarios AKS EKS and GKE.mp4
01:15
020 Demo Creating a Cluster in the Cloud with Azure Kubernetes Service.mp4
06:17
021 Module Summary and Whats Next.mp4
00:31
001 Module Overview.mp4
00:43
001 Working with Your Kubernetes Cluster - Demos.zip
001 Working with Your Kubernetes Cluster - Slides.pdf
002 Introducing and Using kubectl.mp4
05:57
003 A Closer Look at kubectl.mp4
01:32
004 Demo Using kubectl Nodes Pods API Resources and bash Auto-Completion.mp4
17:20
005 Application and Pod Deployment in Kubernetes and Working with YAML Manifests.mp4
09:35
006 Demo Imperative Deployments and Working with Resources in Your Cluster.mp4
13:56
007 Demo Exposing and Accessing Services in Your Cluster.mp4
05:59
008 Demo Declarative Deployments and Accessing and Modifying Existing Resources in Your Cluster.mp4
08:54
009 Module Summary and Thank You.mp4
00:59
001 Course Overview.mp4
01:35
001 Introduction Course and Module Overview.mp4
01:36
001 Using the Kubernetes API - Demos.zip
001 Using the Kubernetes API - READ ME.txt
001 Using the Kubernetes API - Slides.zip
002 The Kubernetes API and API Server.mp4
01:47
003 The Control Plane and API Objects.mp4
04:47
004 Defining a Basic Pod Manifest.mp4
01:53
005 Using kubectl dry-run.mp4
03:49
006 Using with kubectl diff.mp4
01:17
007 Lab Environment Overview.mp4
01:41
008 Demo API Server Discovery Listing Resources Using kubectl explain and Creating Objects.mp4
08:26
009 Demo Working with kubectl dry-run.mp4
06:01
010 Demo Working with kubectl diff.mp4
02:11
011 API Groups and API Versioning.mp4
06:04
012 Demo API Object Discovery - API Groups and Versions.mp4
04:10
013 Anatomy of an API Request API Verbs and Special API Requests.mp4
05:06
014 API Resource Location (API Paths) and API Response Codes.mp4
04:40
015 Anatomy of an API Request - A Closer Look.mp4
02:34
016 Demo Anatomy of an API Request.mp4
06:53
017 Demo Special API Requests - Watch Exec and Log.mp4
06:50
018 Demo Authentication Failures and Missing Resources.mp4
05:16
019 Module Summary and Whats Next.mp4
00:34
001 Introduction Course and Module Overview.mp4
00:57
001 Managing Objects with Labels Annotations and Namespaces - Demos.zip
001 Managing Objects with Labels Annotations and Namespaces - Slides.pdf
002 Organizing Objects in Kubernetes.mp4
00:44
003 Introducing and Working with Namespaces.mp4
04:54
004 Creating Namespaces and Creating Objects in Namespaces.mp4
01:10
005 Demo Working with Namespaces and Objects in Namespaces.mp4
08:35
006 Demo Performing Operations on Objects in Namespaces.mp4
02:04
007 Introducing and Working with Labels and How Kubernetes Uses Labels.mp4
07:39
008 Using Labels for Services Deployments and Scheduling.mp4
05:32
009 Demo Working with Labels - Creating Querying and Editing.mp4
10:07
010 Demo Deployments ReplicaSets Labels and Selectors.mp4
06:17
011 Demo Services Labels Selectors and Scheduling Pods to Nodes.mp4
08:43
012 Introducing and Working with Annotations.mp4
04:12
013 Module Summary and Whats Next.mp4
00:26
001 Introduction Course and Module Overview.mp4
01:15
001 Running and Managing Pods - Demos.zip
001 Running and Managing Pods - Slides.pdf
002 Understanding Pods.mp4
01:40
003 How Pods Manage Containers.mp4
00:50
004 Introducing and Working with Single Container Pods and Controllers.mp4
02:11
005 Introducing and Working Static Pods.mp4
02:14
006 Working with Pods - kubectl exec logs and port-forward.mp4
02:51
007 Demo Running Bare Pods and Pods in Controllers.mp4
06:06
008 Demo Running Pods and Using kubectl port-forward to access a Pods Application.mp4
03:36
009 Demo Working with Static Pods.mp4
03:38
010 Introducing and Working with Multi-container Pods.mp4
05:05
011 Demo Running Multi-container Pods and Sharing Data Between Containers in a Pod.mp4
06:02
012 Introducing and Working with Init Containers.mp4
03:40
013 Demo Working with Init Containers.mp4
04:29
014 Pod Lifecycle StoppingTerminating Pods and Persistency of Pods.mp4
07:35
015 Introducing and Working with Container Restart Policy.mp4
02:39
016 Demo Pod Lifecycle and Container Restart Policy.mp4
08:51
017 Defining Pod Health livenessProbes readinessProbes and startupProbes.mp4
06:23
018 Configuring and Defining Container Probes.mp4
03:50
019 Demo Implementing Container Probes - livenessProbes and readinessProbes.mp4
07:11
020 Demo Implementing Container Probes - startupProbes.mp4
04:34
021 Module Summary and Thank You.mp4
01:07
001 Course Overview.mp4
01:46
001 Introduction Course and Module Overview.mp4
01:47
001 Using Controllers to Deploy Applications and Deployment Basics - Demos.zip
001 Using Controllers to Deploy Applications and Deployment Basics - READ ME.txt
001 Using Controllers to Deploy Applications and Deployment Basics - Slides.pdf
002 Kubernetes Principals the Controller Manager and Introduction to Controllers.mp4
06:33
003 Lab Environment Review.mp4
01:41
004 Demo Examining System Pods and Their Controllers.mp4
02:44
005 Introducing the Deployment Controller and Deployment Basics.mp4
05:49
006 Demo Creating a Basic Deployment Imperatively and Declaratively.mp4
06:53
007 Understanding ReplicaSet Controller Operations.mp4
07:48
008 Demo Creating a Deployment and ReplicaSet Controller Operations.mp4
05:55
009 Demo ReplicaSet Controller Operations - Working with Labels and Selectors.mp4
03:05
010 Demo ReplicaSet Controller Operations - Node Failures.mp4
05:33
011 Module Review and Whats Next.mp4
00:59
001 Introduction Course and Module Overview.mp4
01:09
001 Maintaining Applications with Deployments - Demos.zip
001 Maintaining Applications with Deployments - Slides.pdf
002 Updating a Deployment and Checking Deployment Rollout Status.mp4
10:06
003 Demo Updating a Deployment and Checking Deployment Rollout Status.mp4
08:53
004 Demo Updating a Deployment and Checking Deployment Rollout Status (cont.).mp4
02:29
005 Using Deployments to Change State and Controlling Updates with UpdateStrategy.mp4
04:13
006 Successfully Controlling Deployment Rollouts and Defining an UpdateStrategy.mp4
03:42
007 Pausing and Rolling Back Deployments.mp4
05:57
008 Demo Rolling Back a Deployment and Controlling the Rate of a Rollout with UpdateStrategy.mp4
08:22
009 Demo Using UpdateStrategy and Readiness Probes to Control a Rollout.mp4
13:04
010 Demo Restarting a Deployment.mp4
02:27
011 Scaling Deployments.mp4
01:22
012 Demo Scaling a Deployment.mp4
04:45
013 Successful Deployment Tips Module Review and Whats Next.mp4
02:09
001 Deploying and Maintaining Applications with DaemonSets and Jobs - Demos.zip
001 Deploying and Maintaining Applications with DaemonSets and Jobs - Slides.pdf
001 Introduction Course and Module Overview.mp4
00:55
002 Controllers in Kubernetes and Understanding DaemonSets.mp4
06:37
003 Updating DaemonSets.mp4
01:42
004 Demo Creating and DaemonSets Controller Operations.mp4
06:47
005 Demo Creating DaemonSets with NodeSelectors and Updating DaemonSets.mp4
05:44
006 Introducing and Working with Jobs.mp4
07:03
007 Introducing and Working with CronJobs.mp4
03:27
008 Demo Executing Tasks with Jobs.mp4
04:56
009 Demo Dealing with Job Failures and restartPolicy.mp4
03:06
010 Demo Working with Parallel Jobs and Scheduling Tasks with CronJobs.mp4
05:41
011 Introducing StatefulSets.mp4
02:13
012 Module Review and Thank You.mp4
01:07
001 Course Overview.mp4
02:04
More details
Course Overview
This comprehensive course provides hands-on training for the Certified Kubernetes Administrator (CKA) exam, covering core concepts, installation, cluster management, and real-world deployment scenarios.
What You'll Learn
- Kubernetes architecture and API object fundamentals
- Cluster installation, configuration, and networking
- Advanced pod management and controller operations
Who This Is For
- DevOps engineers preparing for CKA certification
- System administrators transitioning to container orchestration
- Cloud professionals working with AKS, EKS, or GKE
Key Benefits
- 34,302 seconds of intensive hands-on training
- Includes real-world demos for AKS, deployments, and DaemonSets
- Covers all exam objectives with practical implementation
Curriculum Highlights
- Kubernetes Architecture & API Fundamentals
- Cluster Installation & Configuration
- Advanced Deployment Strategies
Focused display
Category
- language english
- Training sessions 137
- duration 9:31:42
- Release Date 2025/05/27