JULY SITEWIDE DEALS | UP TO 50% Off
40% OFF SITEWIDE LABOR DAY SALE

Shop our Labor Day sale and take 40% off all regularly priced courses and bundles sitewide.  Just add to cart to see your discounts.

Lock In At Our Lowest Price Ever: $14.99/month for 2,500+ hours of IT training.
Limited time only. Enroll now, cancel anytime!

Certified Kubernetes Administrator (CKA)

This course covers crucial information for anyone taking the Certified Kubernetes Administrator (CKA) exam. You will be walked through the exam process, where to find updated information about changes to the exam, and given some general test-taking tips. Since learning Kubernetes is a key skill for DevOps professionals, this makes demand high for such engineers.

Included In This Course

Included In This Course

Total Hours
5  Training Hours
Certified Kubernetes Administrator (CKA)
105 On-demand Videos
Closed Caption

Closed Captions

Course Topics
13  Topics
Prep Questions
20 Prep Questions
Certified Kubernetes Administrator (CKA)

Certificate of Completion

Course Description

A Kubernetes Administrator Certification can take your career to a whole new level.

Learning Kubernetes Administrator is essential for any DevOps professional. DevOps engineers are always in demand. DevOps engineers in Silicon Valley are currently earning a premium of 20% more than software engineers. Job market opportunities for DevOps engineers with Certified Kubernetes Administrator make an average of $140,000 to $200,000 annually.

Kubernetes is a revolutionary open-source system created by Google and now managed by the Cloud Native Computing Foundation. It simplifies deployment, scaling, and management of containerized applications with its innovative automation capabilities. Passing the Certified Kubernetes Administrator exam requires being competent in Docker Basics, understanding essential Kubernetes concepts, and having command over relevant commands.

Lectures alone will not help you clear the certification. This Kubernetes Administrators Certification is a practical hands-on exam. You will need hands-on experience and you will need to practice.

This course explains several important aspects of taking the official Certified Kubernetes Administrator (CKA) exam. You will learn about the exam procedure, where to find the latest information about the exam, and a few helpful tips for taking the exam.

The Exam Objectives are below and will be covered in the Video IT course.

  • Cluster Architecture, Installation & Configuration 25%
  • Workloads & Scheduling 15%
  • Services & Networking 20%
  • Storage 10%
  • Troubleshooting 30%
  • Career Demand and Salaries for Certified Kubernetes Administrator

What can you expect from the Kubernetes Administrator IT course?

  • Full downloadable content
  • Kubernetes Demos
  • Whiteboard Discussions
  • Practice Questions
  • Optional Exercises to follow

Frequently Asked Questions About Certified Kubernetes Administrator (CKA)

What is the Certified Kubernetes Administrator (CKA) course all about?

The CKA course is all about preparing you for the Certified Kubernetes Administrator exam. It provides crucial insights about the exam process, updates, and gives you some valuable test-taking tips. The course is highly relevant for DevOps professionals, given the high demand for skills in Kubernetes.

Why should I consider becoming a Certified Kubernetes Administrator?

If you’re a Kubernetes administrator, cloud administrator, or an IT professional managing Kubernetes instances, this certification is for you. Being a certified Kubernetes administrator demonstrates your ability to install, configure, and manage production-grade Kubernetes clusters. This can significantly boost your career, with job market opportunities for Certified Kubernetes Administrators averaging $140,000 to $200,000 annually.

What skills and knowledge do I gain from this course?

Our online course helps you understand essential Kubernetes concepts and commands. You’ll learn Docker Basics, and how to use Kubernetes for deployment, scaling, and managing containerized applications. By the end of the course, you should be competent enough to take the CKA exam​.

What’s the format of the Certified Kubernetes Administrator (CKA) exam?

The CKA exam is an online, proctored, performance-based test. It involves solving multiple tasks from a command line running Kubernetes within a time limit of 2 hours. The exam environment is aligned with the most recent minor version of Kubernetes, usually updated within 4 to 8 weeks of the Kubernetes release date.

Are there any prerequisites for the Certified Kubernetes Administrator (CKA) exam?

No, there are no prerequisites for this exam. You can register and take the exam when you feel ready and confident in your Kubernetes skills.

What is the key benefit of the hands-on nature of the CKA exam?

The hands-on nature of the CKA exam showcases your ability to implement solutions, rather than just memorizing settings or facts. It provides a more accurate representation of your practical skills in managing Kubernetes instances​.

Proudly Display
Your Achievement

Upon completion of your training, you’ll receive a personalized certificate of completion to help validate to others your new skills.
Example Certificate

Course Outline

Certified Kubernetes Administrator (CKA) Course Content

Module 1: Course Overview

  •    1.1 Course Overview

  •    1.2 Course PreReqs

Module 2: Kubernetes and Container Fundamentals

  •    2.1 Core Concepts

  •    2.2 What is the CKA Exam

  •    2.3 Why Get Certified

  •    2.4 CKA Exam Domains

  •    2.5 What is Kubernetes

  •    2.6 What is a Container

  •    2.7 What is Docker

  •    2.8 Kubernetes Terminology

  •    2.9 Kubernetes Components

  •    2.10 Kubernetes Documentation

  •    2.11 Whiteboard - Kubernetes Overview

Module 3: Kubernetes Installation

  •    3.1 Kubernetes Installation

  •    3.2 Installation Options

  •    3.3 MiniKube

  •    3.4 Demo - Install Minikube

  •    3.5 Demo - Clusters

  •    3.6 Kubectl Basics

  •    3.7 Demo - Install Kubectl

Module 4: Working with Kubernetes Clusters and Nodes

  •    4.1 Working with Kubernetes Clusters and Nodes

  •    4.2 Understanding the Architecture

  •    4.3 Understanding the nodes

  •    4.4 Core Objects

  •    4.5 API

  •    4.6 Create a Cluster

  •    4.7 Demo - Create a Cluster

  •    4.8 Demo - YAML

  •    4.9 Demo - Nodes

  •    4.10 Demo - Kubectl Client Config

Module 5: API Access and Commands

  •    5.1 API Access and Commands

  •    5.2 About the API

  •    5.3 Accessing the APIs

  •    5.4 Demo - Exploring APIS

  •    5.5 Kubectl

  •    5.6 Using YAML for API Objects

  •    5.7 Using Curl

  •    5.8 Labels and Annotations

Module 6: Running Pods and Deployments

  •    6.1 Running Pods and Deployments

  •    6.2 Pods and Deployments

  •    6.3 What is a Namespace

  •    6.4 Scalability Options

  •    6.5 Rolling Updates

  •    6.6 Apply Changes to a Pod

  •    6.7 Stateful Sets

  •    6.8 Demo - Manage Deployments

Module 7: Configuring Storage

  •    7.1 Configuring Storage

  •    7.2 Storage options with Kubernetes

  •    7.3 Configure Pod Volumes

  •    7.4 Configure Persistent Volumes

  •    7.5 Storage Classes

  •    7.6 Whiteboard - Persistent Volumes

  •    7.7 Demo - Configure Storage

Module 8: Kubernetes Networking

  •    8.1 Kubernetes Networking

  •    8.2 Understanding Networking

  •    8.3 Services

  •    8.4 Network Plugins

  •    8.5 DNS

  •    8.6 Network Policies

  •    8.7 Namespaces

  •    8.8 Demo - Networking

  •    8.9 Manage High Availability

Module 9: Managing Security

  •    9.1 Managing Security

  •    9.2 Kubernetes Security

  •    9.3 Container and Pod Security

  •    9.4 Certificates

  •    9.5 API Security

  •    9.6 Configmaps and Secrets

  •    9.7 Secure Images

  •    9.8 Security Context

  •    9.9 RBAC

Module 10: Managing Kubernetes In the Enterprise

  •    10.1 Managing Kubernetes In the Enterprise

  •    10.2 Cluster Management and Maintenance

  •    10.3 Demo - Scale Deployment

  •    10.4 Demo - Restart Cluster

  •    10.5 Demo - Add or Remove Nodes

  •    10.6 Demo - Create a Pod in the Background

  •    10.7 Kubelet Restarts and Drains

  •    10.8 UI Dashboard

  •    10.9 Demo - Describe Resources

  •    10.10 Kube-scheduler

  •    10.11 Demo - Set-Up Alias

Module 11: Kubernetes Monitoring and Troubleshooting

  •    11.1 Kubernetes Monitoring and Troubleshooting

  •    11.2 Monitoring Resources

  •    11.3 Monitoring Pods

  •    11.4 Demo - Monitoring Pods

  •    11.5 Logging

  •    11.6 Demo - Logging

  •    11.7 Troubleshooting

  •    11.8 Affinity and Taints

Module 12: CKA Practice Exams

  •    12.1 CKA Practice Exams

  •    12.2 Exam Preparation Must Know

  •    12.3 Question 1 - Create a Cluster, Deploy Pods and a Deployment

  •    12.4 Question 2 - Create a Pod and Verify

  •    12.5 Question 3 - Create a Pod with a Secret

  •    12.6 Question 4 - Get Logs on a Pod and Send to File

  •    12.7 Question 5 - Liveness Probe

  •    12.8 Question 6 - Use Labels

  •    12.9 Additional Questions

Module 13: Course Closeout

  •    13.1 Course Closeout

  •    13.2 Course Review

  •    13.3 Kubernetes Certifications

  •    13.4 Additional Resources

  •    13.5 Exam Readiness

  •    13.6 Course Closeout

Add a review
Certified Kubernetes Administrator (CKA) Certified Kubernetes Administrator (CKA)
Rating*
0/5
* Rating is required
Your review
* Review is required
Name
* Name is required
4.8
Based on 49 reviews
5 star
78
78%
4 star
22
22%
3 star
0%
2 star
0%
1 star
0%
1-5 of 49 reviews
  1. I was looking for an online course for Six Sigma as my new boss is a true believer and I wanted to have a better handle of what is Six Sigma. I started looking around and found ITU, and bought the course, and could not be happier. I have no intention of getting certified, but at least now I can speak the jargon and understand what my boss is talking about.

  2. The educators at ituonline.com are highly skilled but could improve their methods of instruction. In the CCNA 200-301 course, there’s a heavy emphasis on oral lectures, and it would be beneficial to include more in-depth visual aids. Annotating labs and graphics could also make the educational journey more effective. On the other hand, the N10-008 course instructor consistently offers top-notch material.

  3. The CompTIA PenTest was an excellent course and the instructor, Chrys, explained the material in a clear and easy way for me to understand and comprehend essential techniques. Highly recommend!

  4. This course is super detailed but not boring, and they give you cool projects to actually practice what you’re learning.

Your Training Instructor

Joe Holbrook

Joe Holbrook

Independent Trainer | Consultant | Author

Joe Holbrook has been in the IT field since 1993 when he was exposed to several HPUX systems on board a U.S. Navy flagship. He has migrated from UNIX world to Storage Area Networking(SAN), Enterprise Virtualization, Cloud Architectures, and now specializing in Blockchain and Cryptocurrency. He previously worked for numerous companies like HDS, 3PAR, Brocade, HP, EMC, Northrup Grumman, ViON, Ibasis.net, Chematch.com, SAIC and Siemens Nixdorf.

Currently he works as a Subject Matter Expert specializing in Enterprise Cloud and Blockchain Technologies. He is the CLO of Techcommanders.com Elearning and consulting, He holds numerous IT certifications from AWS, GCP, HDS and other organizations.

He is an avid speaker and well-known course author residing in Jacksonville, Florida.

Certified Kubernetes Administrator (CKA)
 

$49.00

OR

Subscribe To All-Access

Gain access to this training and all our other courses, offering over 2,500 hours of content, with our cost-effective monthly subscription. No obligations. Cancel anytime.

$49.00 $14.99 Monthly

Certified Kubernetes Administrator (CKA)

Certified Kubernetes Adminstrator
Certified Kubernetes Administrator (CKA)
Additional Options to Access This Training
This training is also part of our extensive training library containing over 225 courses, 12,000+ videos and over 19,000 practice test questions.

Monthly All-Access Subscription
7 Days Free - $39.00 / month

A great option at an affordable monthly price.

Annual All-Access Subscription
$229 / year

A discounted price when paying for your All Access library on an annual basis.

Lifetime All-Access Library
$379 One time payment

Exceptional Value. Pay once, never have to buy IT training again.

Related Courses

$49.00

Gain expertise in developing SharePoint Server 2013 core solutions with Microsoft 70-488 certification training from ITU Online.

In this course you will learn how to plan and design Sharepoint sites, implement authorization and authentication, access and manage data, implement Sharepoint solutions, implement the user experience and information architecture, create business processes, and create office applications.

$49.00

Advance your SharePoint skills with Microsoft 70-489: Developing SharePoint Advanced Solutions course from ITU Online. Enroll now for expert-led training.

In this Microsoft 70-489: Developing Sharepoint Advanced Solutions course you will learn how to create efficient applications for Sharepoint 2013, work with managed metadata solutions, work with the search service, implement enterprise content management, develop publishing sites, and interact with business continuity services.

$49.00

Enhance your career with Cisco Voice 640-461 training course. Learn from experts at ITU Online and get prepared for CCNA Voice certification.

This Cisco Voice 640-461 course covers the Cisco Certified Network Associate Voice (CCNA Voice) attests to the fact that the IT professional has requisite associate-level knowledge and skills needed to manage a voice network.