Guest post originally published on the New Relic blog by Isaac Eldridge, technical content editor at New Relic

Since it was open sourced by Google in 2014, Kubernetes has skyrocketed in popularity. Now a graduated project of the Cloud Native Computing Foundation (CNCF), Kubernetes dominates the market, with 78% of enterprises reporting that they use it to orchestrate containerized workloads and services in production.

With this level of adoption, organizations are eager to find skilled Kubernetes developers and administrators. A quick search on LinkedIn shows that there are currently 47,385 jobs with Kubernetes in the title or description.

Job sites such as Payscale, Glassdoor, and ZipRecruiter show that salaries for Kubernetes experts aren’t too shabby, with most starting at well over $100,000. Payscale estimates the average salary for someone with Kubernetes skills as $115,000, while ZipRecruiter shows that the national average salary for Kubernetes-related roles is more than $147,000 currently.

Given that the demand is growing for Kubernetes knowledge and skills, getting certified as a Kubernetes administrator or application developer makes a lot of sense, especially because hiring managers know that Kubernetes certification isn’t easy to come by.

Four certifications: Two for individuals, two for companies

The CNCF offers four different certifications. Two are designed to test the skills for managing and using Kubernetes and apply to IT professionals who want to certify as Kubernetes Administrators or Kubernetes Application Developers.

The other two certification programs are designed for companies that want to either demonstrate the skills of their staff who deliver Kubernetes services or show that their software products are certified for Kubernetes environments.

This post will focus mainly on the first two certifications.

Kubernetes certifications for IT professionals

Certified Kubernetes Administrator (CKA)

Format: Online exam

Length: 3 hours

Fee: $375

Of the two professional certifications for Kubernetes, the Certified Kubernetes Administrator (CKA) is considered by many candidates to be the most challenging. To gain this certification, you’ll need to demonstrate your skills, knowledge, and competence in Kubernetes administration in a hands-on, command-line environment.

The exam is an online, proctored test consisting of a set of performance-based problems you’ll need to solve on the command line. You’ll need to know core concepts and complete tasks related to scheduling, logging and monitoring, application lifecycle management, cluster maintenance, security, storage, troubleshooting, networking, installation and configuration, and validation.

Preparation and study tips

Practice is key to passing the exam.

There are a number of resources available to help you learn Kubernetes and practice what you’ve learned. Three hours will not be enough time to complete the exam successfully if you don’t already understand the concepts and how to perform the types of tasks you’ll need to accomplish for the exam.

While the CNCF links you to courses from the Linux Foundation, you’re not limited to those courses to help you prepare. If you’re very new to Kubernetes, you could start with the free course Introduction to Kubernetes from the Linux Foundation. From there, you could take a class from Udemy or the Linux Academy. Both classes offer learning platforms that deliver a seamless and thorough practice experience.

We’d be remiss not to mention Kelsey Hightower’s “Kubernetes the Hard Way” guide—almost every article on CKA exam prep recommends it. Once you’ve taken an administrator class, this guide is a good way to practice setting up Kubernetes the “hard way,” essentially building a cluster from scratch. Kelsey’s guide reinforces learning because you have to understand each task required to deploy a cluster. Additionally, tools like kubeadm are useful to know heading into the exam, as they automate a lot of the tasks you learn about in Kelsey’s guide.

Finally, don’t stop with the hard way exercises, but continue increasing your comfort level and speed by taking practice tests. Use them to get an idea of how long it’ll take you to complete the types of tasks you’ll need to do for the exam. Passing the exam is all about efficiency and time management.

Certified Kubernetes Application Developer (CKAD)

Format: Online exam

Length: 2 hours

Fee: $375

If you’ve already gained the CKA certification, the Certified Kubernetes Application Developer (CKAD) exam might be easy. While it’s not as all-encompassing as the CKA, the CKAD is still very much a challenge, so if you’re starting out or plan to take only the CKAD, you still have plenty of prep to do.

To pass the CKAD, you’ll need to demonstrate your skills, knowledge, and competence in designing, building, configuring, and exposing cloud native applications in Kubernetes. And while the exam doesn’t specifically cover container runtimes and microservices architecture, you’ll need a conceptual understanding of both. You’ll be tested on tasks related to core concepts, configuration, multi-container pods, observability, pod design, services and networking, and state persistence.

Like the CKA, this exam is an online, proctored test that consists of a set of performance-based problems you’ll need to solve from the command line. However, the CKAD has more questions but is an hour shorter than the CKA, so quick thinking will be essential.

Preparation and study tips

Once again, practice will be critical to passing the exam.

As with the CKA exam, there are a number of resources available to help you learn about using Kubernetes as an application developer. You have only two hours to complete the exam, and you’ll need to be able to work through the tasks at a good clip to finish them all on time.

There are several good classes available to prepare you for the exam. Udemy, Linux Academy, and the Linux Foundation provide training, but be sure to choose a learning platform that works best for your needs, as each platform is a little different. Tip: This project allows you to spin up a cluster locally on your computer, so you won’t have to pay for cloud servers as you practice.

If you don’t have experience in Linux, you’ll need to learn some basic Linux command line and file editing skills using a text editor like Vim. You should also familiarize yourself with a programming language such as Python, Node.js, Go, or Java. Knowledge of cloud native application concepts and architectures will also be helpful.

Take advantage of practice tests and exercises, like those found in this repo. Like the CKA, passing this exam is all about efficiency and time management, and exercises can help you reinforce what you’ve learned, giving you the speed and confidence you need. For a list of training resources as well as tips and tricks for the CKAD exam, check out this GitHub repo from our own Shannon Lucas—a software engineer in the Site Reliability organization at New Relic who passed the CKAD.

Quick overview: Kubernetes certifications for companies

Certified Kubernetes Service Provider (KCSP)

According to the CNCF, the KCSP program is a pre-qualified tier of vetted service providers that offer Kubernetes support, consulting, professional services, and training for organizations moving to Kubernetes. To become a KCSP, a company must have:

Certified Kubernetes Conformance Program

According to the CNCF, there are now more than 100 Certified Kubernetes products as part of the Certified Kubernetes Conformance Program. Most of the world’s leading enterprise software vendors and cloud computing providers have Certified Kubernetes offerings.

Final advice from our New Relic SRE

According to Shannon, whether you choose to become certified as a Kubernetes administrator, application developer, or both, he believes that it’s a great way to get comfortable working with Kubernetes. “The Kubernetes ecosystem is already really big and getting bigger every day,” he says. “It’s nice to have a base level of understanding before working with any tools that are part of the ecosystem, like Helm or Argo.”

Speaking of basic understanding, beyond doing the training and preparation recommended above, Shannon also emphasizes the importance of experience with using a terminal and a text editor. “You really need enough practice or experience working on a terminal to feel comfortable with it before you take the exam,” he says.

When asked about how much practice is enough, Shannon’s recommendation is to “get your hands dirty and work through the commands until you understand them,” he says. “It’s the only way to get fast enough to finish the exam in the allotted time.”

“Sure, it’s a lot of work, but it really pays off in both your day-to-day efforts as well as future job opportunities,” he says.

And with that, good luck with your Kubernetes certification.