Skip to content
  • About Us
  • Our Services
  • Case Studies
  • Content Hub
  • Blog
  • Join Us
  • Contact Us
The Ultimate Guide to Passing the CKA Exam
James Strong

The Ultimate Guide to Passing the CKA Exam

On December 29th I completed my final goal of the year - I passed the CKA: the Certified Kubernetes Administrator Exam.

TL;DR

This is a list of the bare minimum necessary to try to pass.

  1. Do Kelsey Hightower’s tutorial Kubernetes The Hard Way at least three times! Understand it, internalize it.
  2. Do all the tasks on https://kubernetes.io/docs/tasks/
  3. Read Kubernetes in Action by Marko Luksa

Also practice, practice, and practice. Did I mention practice? This is a practical exam, no multiple choice questions here.

P.S. Before I move on, check out some of our other articles on how to pass cloud-native tech exams!

How I Got There

Disclaimer: This is just how I got there, so your mileage may vary. I hope this is helpful to some of you.

What is Kubernetes? That has been covered all over the Internet, you can go here, here and here, also here to get a better understanding. What I am going to cover is what I did in order to pass the exam and give a brief overview of the exam itself (as much as the NDA allows at least).

Working in IT as long as I have, I have learned the value of R.T.F.M. So the first thing I did was go straight to the documentation. Everything is laid out on kubernetes.io for you and I would start on the concepts page.

Here is the list of books that are great supplements to the documentation. They are listed in descending order of my preference for the test. I prefer reading with the Kindle app since I can search for details in them.

  1. Kubernetes in Action by Marko Luksa
  2. Kubernetes Up and Running by Kelsey Hightower, Brendan Burns, Joe Beda
  3. DevOps with Kubernetes by Hideto Saito, Hui-Chuan Chloe Lee, Cheng-Yang Wu
  4. The Kubernetes Book by Nigel Poulton

With the CKA being a practical exam, you will need significant experience working with clusters—setting up clusters, fixing clusters, and backing up clusters. Here are several options to get started and more advanced ones as well.

Clusters I used for practice:

Katacoda is great for study purposes, it’s free and there is no setup or maintenance involved. If you’re just getting started, this is a great resource to get comfortable with kubectl. Contino has several scenarios that can be used as well. The stopper here for Katacoda is there is no way to administrator the cluster.

Minikube is the next logical step for a beginner to try out, but it requires a little bit more to set up. You’ll need minikube, virtualbox and kubectl installed on your local desktop. Once minikube is started, you can use it like any other cluster. One of the drawbacks is that it’s only one node so no testing multi node deploys or cordoning off nodes.

Google Kubernetes Engine is the easiest setup to get a multi node cluster. Sign up for a Google Cloud account, enable billing and deploy a cluster, more info here. This is a managed service from Google Cloud, so once deployed you can use it to do all the tutorials mentioned in this post. But being managed you can’t really “administrator” the cluster.

The above clusters are great for getting started using kubectl and deploying applications to a cluster. But to get a real feel of what it takes to administer a cluster, you need to run through Kelsey Hightower’s repo Kubernetes The Hard Way. You will “Bootstrap Kubernetes the hard way on Google Cloud Platform. No scripts.” This scenario best prepares you for the test in my opinion. Run through it several times, understand the options, why are so many certificates needed, what each component you deploy does and how they interact with each other. If you can run through this several times and have complete comprehension of it, then it will greatly help you in your journey to pass the exam.

BONUS

This repo here is great for a testing scenario. It gives you 24 questions to answer, a terminal, and a timer. You bring the cluster and kube config. I highly suggest running through this to get comfortable with the test environment as this is the best replica for the test environment out there. It uses the same terminal emulator that the test uses, gateone.

Also the kubernetes.io site is forkable on github.com, so you can read docs on long flights.

Information About the Test:

  • 3 hours
  • 24 questions
  • Remotely proctored
  • Chrome browser plus an extension
  • Government-issued non-expired ID
  • Webcam and microphone

Tools Used:

  • tmux: this one is optional but does help on the exam. Know how to split screens and switch between them. You only get one console on the test.
  • vi: every edit and yaml file is done in vi. Be very comfortable navigating and editing files in vi, quickly.
  • Systemd: the test runs on Ubuntu 16 currently so know how to manipulate services running under systemd.
  • kubectl: well, obviously. Be extremely comfortable with this command.
  • cfssl/openssl: knowing how to generate certs (and what they are for) is important. Run through the hard way several times to be comfortable.

Everything you will be tested on is in this CNCF repo. It is essential to understand every bullet point in that document. The CNCF Curriculum gives more details on what is required in each section.

Breakdown of the Test:

  • Application Lifecycle Management (8%)
  • Installation, Configuration & Validation (12%)
  • Core Concepts (19%)
  • Networking (11%)
  • Scheduling (5%)
  • Security (12%)
  • Cluster Maintenance (11%)
  • Logging / Monitoring (5%)
  • Storage (7%)
  • Troubleshooting (10%)

Example:

5% Scheduling

  • Use label selectors to schedule Pods.
  • Understand the role of DaemonSets.
  • Understand how resource limits can affect Pod scheduling.
  • Understand how to run multiple schedulers and how to configure Pods to use them.
  • Manually schedule a pod without a scheduler.
  • Display scheduler events.
  • Know how to configure the Kubernetes scheduler.

Full list and details are here for the current test on kubernetes 1.12. The test changes with each release of Kubernetes.

Other resources from the CNCF

If you’re having trouble coming up with tutorials, Linux Academy has a great set of practice test questions in their course: Certified Kubernetes Administrator (CKA)

The people over at Kubernetes have a few examples to walk through as well, so do all of them:

https://github.com/kubernetes/examples

Any and all other information about the exam can be found here: https://www.cncf.io/certification/cka/

One important sidenote, you are allowed to use and search kubernetes.io during the test. If you forget something, you can look for it on the site, but keep in mind you only have 3 hours (7.5 mins per question).

Day of the Test:

These aliases will help save the precious time you have. Use these during your studies, so you are used to them on the day.

alias kc='kubectl'

alias kgp='kubectl get pods'

alias kgs='kubectl get svc'

alias kgc='kubectl get componentstatuses’

alias kctx='kubectl config current-context’

alias kcon='kubectl config use-context’

alias kgc='kubectl config get-context'

Time is a big factor here, you have 3 hours to finish 24 questions. That's 7.5 mins per question and they do get progressively harder, so no wasting time on the easier questions. If you’re spending more than 7 mins on questions worth only one or two percent (each question does tell you the percentage it is worth), move on. You won't finish otherwise. This is how I failed the first time, I just ran out of time.

Have your ID ready and your room prepared, no electronics or anything on your desk. My proctor even had me cover my bookshelves behind me with blankets. The full exam rules are available in the Candidate Handbook.

If the test times out or there are other connectivity issues, just relax, the test is still there. Wait a couple minutes and refresh the page. The proctor is the true timekeeper. I had that happen on my first test, so I know how stressful that can be. The test came right back and I was back into it.

Prime yourself. A couple hours before the test, run through some scenarios, fire up minikube, and do some of the tasks. Get into the testing mood.

Finally listen to this Spotify playlist an hour before the test—you'll do great!

Also here are links to other resources I found or read about. I didn't necessarily go through all of these but it might be helpful to others.

If you're looking to work on Kubernetes projects, Contino is always looking to hire talented DevOps engineers.

Tweet me @strongjz or leave a comment to let me know how you did.

Good luck!

More Articles

Silicon Valley vs. Wall Street: How Banks Keep Up with Tech Leaders

Silicon Valley vs. Wall Street: How Banks Keep Up with Tech Leaders

15 January 2019 by Benjamin Wootton
Join Contino’s Mission to Go Beyond in 2019

Join Contino’s Mission to Go Beyond in 2019

10 January 2019 by Kerri Lowenthal
Fostering Creativity in the Fourth Industrial Revolution

Fostering Creativity in the Fourth Industrial Revolution

8 January 2019 by Ernie Erwee
  • Londonlondon@contino.io