Blog · February 3, 2026 · Updated on September 7, 2026 · 6 min read

Kubestronaut: What Is It?

Gold, silver and bronze medals with red ribbons lying side by side on a wooden table
Photo: Pragyan Bezbaruah / Pexels

A Kubestronaut is someone who holds all five Kubernetes certifications from the Cloud Native Computing Foundation at the same time: KCNA, KCSA, CKA, CKAD and CKS. The CNCF awards the title as recognition for ongoing education in the Kubernetes and cloud native space. It is not a certification of its own, but a program that bundles five separate exams.

I have held the CNCF's Kubestronaut title since late January 2026, having passed all five certifications, and here I explain what stands behind it, which exams belong to it, and how the program actually works. You can find all my Kubernetes articles collected on the Kubernetes page.

For companies, the title is mostly a signal: whoever carries it has worked through the full breadth of Kubernetes, from the fundamentals through day to day administration to security, not just one narrow slice of it. That does not replace hands-on operating experience, but it is a solid sign that someone knows where their own gaps are and has closed them systematically.

The five certifications behind the Kubestronaut title

Certification Format Focus
KCNA (Kubernetes and Cloud Native Associate) multiple choice, online fundamentals and cloud native concepts
KCSA (Kubernetes and Cloud Native Security Associate) multiple choice, online security fundamentals
CKA (Certified Kubernetes Administrator) hands-on exam at the command line cluster administration
CKAD (Certified Kubernetes Application Developer) hands-on exam at the command line building and running applications
CKS (Certified Kubernetes Security Specialist) hands-on exam, requires CKA security in day to day operations

The two associate exams are multiple choice and doable without months of cluster practice. The other three are hands-on exams performed directly on a command line against a real cluster: you get a task like "create a Deployment with three replicas" and have to solve it, not pick an answer from a list.

kubectl create deployment web --image=nginx --replicas=3
kubectl get deployment web
kubectl scale deployment web --replicas=5

That difference between knowing and doing is exactly what separates the three hands-on exams from the two multiple choice ones. The official exam description for CKA is on the Linux Foundation training page. I have summarized format, structure and cost for all five exams in Kubernetes Certifications: CKA, CKAD & More, which also covers a sensible order to take them in.

How the CNCF's Kubestronaut program works

Kubestronaut is not a separate exam of its own, it is a program that ties the five individual certifications together. As soon as you hold all five at the same time, the CNCF reaches out on its own with next steps. You do not have to apply separately.

The title comes with its own perks: an exclusive Kubestronaut jacket, a Credly badge to show in profiles, access to a dedicated Kubestronaut Slack channel and mailing list, five coupons a year for 50 percent off further CNCF certifications, and a 20 percent discount on three CNCF events such as KubeCon. The source for these details is the official CNCF Kubestronaut program page.

Golden Kubestronaut: the next level

Anyone who goes beyond the five Kubernetes certifications and also passes every other CNCF certification plus the Linux Foundation's LFCS system administrator exam earns the title of Golden Kubestronaut. That is considerably more work, because it requires certifications across the entire cloud native ecosystem, not just the Kubernetes core.

The reward scales up accordingly: an exclusive backpack, a Golden Kubestronaut beanie, one free ticket per year to a Kubernetes Community Day, a 50 percent discount on one KubeCon registration, and a 60 percent discount voucher for every new certification. For most people, the regular Kubestronaut title is a fine goal on its own. Golden is really for people who want to learn across the whole CNCF ecosystem anyway.

What the title actually gets you, and what it does not

The Kubestronaut title is, first of all, proof for yourself: that you have worked systematically through the breadth of Kubernetes, from the fundamentals to security. Whether it tips the scale in a specific job application or client conversation is not something I can promise you, that depends on the role and the company.

What the title gets you beyond the perks: a shared language with other Kubestronauts in the community, a conversation starter at conferences, and proof that you are comfortable with the whole ecosystem, not just one tool. The discounts and perks are a nice side effect, but not a reason to attempt the exams if the subject does not interest you in the first place.

Your path to becoming a Kubestronaut

The natural starting point is the two associate exams, KCNA and KCSA: they are multiple choice and give you a structured overview of Kubernetes and its security model before you sit down at a real command line. CKA follows as the foundation for the administration side, CKAD covers the developer side, and CKS comes last, since it officially requires a valid CKA certification.

I took the exams in that order myself, and the content backs that up too: CKA builds the foundation CKS relies on, and CKAD adds the developer perspective that matters just as much in day to day Kubernetes work as the administrator's view. I cover preparation for the most demanding of the three hands-on exams in CKA Exam: Prep and Tips, and a complete learning path from your first container to your last certification in Learn Kubernetes: Kubestronaut Roadmap.

Frequently asked questions

What do I need to become a Kubestronaut?

You need to hold all five CNCF Kubernetes certifications at the same time: KCNA, KCSA, CKA, CKAD and CKS. Since every certificate expires after a set period, what counts is the moment all five are active together, not the order in which you passed them.

Do I have to take the exams in a specific order?

Formally, the CNCF does not require a particular order, only CKS requires a valid CKA certification. In practice, it still makes sense to start with the two multiple choice exams before moving on to the hands-on ones.

How do I apply for the Kubestronaut program?

You do not apply separately. As soon as you hold all five certifications at the same time, the CNCF reaches out on its own with next steps. No separate application or request is needed.

Is the Kubestronaut title worth it for my career?

I cannot promise you that, a ranking or salary effect is not guaranteed. What the title reliably gets you is proof that you have engaged with the full breadth of Kubernetes, plus a handful of concrete perks like discounts on further certifications and CNCF events.

How to plan your own path

The five certifications are not a sprint, they are a path you walk in stages. What matters more than speed is that every single exam actually changes your Kubernetes knowledge, not just your profile.

You will find detailed examples covering the fundamentals the two associate exams test in chapter 2 of my Kubernetes Practical Guide (Rheinwerk Computing).

Kevin Welter

Kevin Welter

Developer, IT architect, author of technical books (Kubernetes, cloud infrastructures) and speaker. Runs his business with an AI workforce of eight AI employees and shows solo business owners in his community how to hire their first AI employee.

More about AI employees

Kubernetes from the basics to a production-ready cluster

Get the book