Skip to content

필사 모드: Kubernetes Certifications & Kubestronaut 2026 - The Complete Deep Dive Into CKA, CKAD, CKS, KCNA, KCSA, and the CNCF Roadmap

English
0%
정확도 0%
💡 왼쪽 원문을 읽으면서 오른쪽에 따라 써보세요. Tab 키로 힌트를 받을 수 있습니다.
원문 렌더가 준비되기 전까지 텍스트 가이드로 표시합니다.

Prologue - Why Kubernetes Certifications Still Matter in 2026

In 2026, Kubernetes certifications are still the "signal lamp" of DevOps and platform engineering. The reason is simple.

- **CNCF exams are hands-on.** CKA/CKAD/CKS drop you into a real cluster over SSH and ask you to complete 15-20 tasks in two hours. You cannot pass by memorizing.

- **The salary signal is clear.** Per the Linux Foundation 2025 report, average CKS-holder salary uplift is roughly 18-25 percent. "CKA preferred" is standard in job postings.

- **Kubernetes itself is not going away.** Knative, KServe, OpenShift, EKS, GKE, AKS - all built on K8s. Without the base, the upper layers stay opaque.

- **Kubestronaut** is a marketing trophy, but the journey forces you to **walk the entire cloud-native stack** - Argo, Prometheus, Cilium, Istio - things you normally skip.

This article maps every Kubernetes certification offered by CNCF as of May 2026 - format, domains, cost, recommended resources, and practical tips.

> Caveat: CNCF constantly adds certifications and revises domains. Always verify the current requirements at training.linuxfoundation.org and cncf.io/training/certification before registering.

Chapter 1 - The CNCF Certification Map: 2026 Full Lineup

As of May 2026, CNCF's Kubernetes-related certifications split into two tiers.

**Associate (entry level / multiple-choice 90 min)**

- **KCNA** - Kubernetes and Cloud Native Associate. Broad cloud-native primer.

- **KCSA** - Kubernetes and Cloud Native Security Associate. Security primer.

- **PCA** - Prometheus Certified Associate. Metrics/observability.

- **ICA** - Istio Certified Associate. Service mesh.

- **CCA** - Cilium Certified Associate. eBPF-based networking.

- **CAPA** - Certified Argo Project Associate. GitOps tooling.

- **CGOA** - Certified GitOps Associate. GitOps principles.

- **CBA** - Certified Backstage Associate. Developer portal.

- **OTCA** - OpenTelemetry Certified Associate. Distributed tracing/metrics.

- **CNPA** - Cloud Native Platform Engineering Associate. New in October 2025.

- **KCA** - Kyverno Certified Associate. Policy engine.

**Professional (performance-based 2 hours)**

- **CKA** - Certified Kubernetes Administrator.

- **CKAD** - Certified Kubernetes Application Developer.

- **CKS** - Certified Kubernetes Security Specialist. Requires CKA.

- **CNPE** - Cloud Native Platform Engineer. Added to Golden Kubestronaut requirements in March 2026.

**Linked LF certification (outside Kubestronaut, inside GKO)**

- **LFCS** - Linux Foundation Certified System Administrator. Mandatory for Golden Kubestronaut.

Totals - as of May 2026, Kubestronaut requires 5 certifications (KCNA + KCSA + CKA + CKAD + CKS) and Golden Kubestronaut requires 13 or more.

Chapter 2 - Kubestronaut vs Golden Kubestronaut: The Two Tiers

**Kubestronaut**

- Requirements: KCNA + KCSA + CKA + CKAD + CKS (five)

- Rewards: limited-edition jacket, digital badge, Kubestronaut Slack channel access

- Average completion time: 6-9 months full-time, 12-18 months while working

- Cost: 5 exams x roughly \$395 = \~\$1,975 (around \$1,500 with bundle discounts)

**Golden Kubestronaut**

- Requirements: every CNCF certification + LFCS

- Launched April 2025; CNPE added in March 2026

- Average completion time: 18-30 months

- Cost: roughly \$5,000-6,000

- Rewards: Golden jacket, seasonal KubeCon free passes, CNCF channel feature

> Honest take: Kubestronaut is **realistic**. Golden is closer to **honorary**. Not all certificates carry equal value. Chasing certificates outside your domain just for a trophy is inefficient.

Chapter 3 - KCNA: Kubernetes and Cloud Native Associate

**Exam overview**

- Format: multiple choice

- Duration: 90 minutes

- Questions: \~60

- Passing score: 75 percent

- Price: \$250 (list)

- Validity: 3 years

- PSI online proctored

**Domains (2024 revision)**

- Kubernetes Fundamentals - 46 percent

- Container Orchestration - 22 percent

- Cloud Native Architecture - 16 percent

- Cloud Native Observability - 8 percent

- Cloud Native Application Delivery - 8 percent

**Scope**: Pod, Service, Deployment, ConfigMap, Secret, RBAC basics, networking concepts, container runtime (CRI), microservices, GitOps basics, OpenTelemetry basics - all **conceptual**.

**Recommended resources**

- Linux Foundation LFS158 (free, edX)

- KodeKloud KCNA course

- Official Kubernetes Concepts docs

**Strategy**: 1-2 weeks of focused study. If CKA is next on your list you can skip it, but Kubestronaut aspirants should knock it out first because it is the lightest.

Chapter 4 - KCSA: Kubernetes and Cloud Native Security Associate

**Exam overview**

- Format: multiple choice

- Duration: 90 minutes

- Passing score: 75 percent

- Price: \$250

- Validity: 3 years

**Domains (2024)**

- Overview of Cloud Native Security - 14 percent

- Kubernetes Cluster Component Security - 22 percent

- Kubernetes Security Fundamentals - 22 percent

- Kubernetes Threat Model - 16 percent

- Platform Security - 16 percent

- Compliance and Security Frameworks - 10 percent

**Key topics**: MITRE ATT\&CK for Containers, the 4C security model (Cloud, Cluster, Container, Code), NSA/CISA Hardening Guide, CIS Benchmarks, Pod Security Standards, NetworkPolicy basics.

**Why a separate certificate?**: KCSA targets every security-aware Kubernetes practitioner. Unlike CKS it is not hands-on, but it covers **threat modeling** and **compliance frameworks** in depth.

**Recommended resources**

- LF KCSA free course LFS160

- CIS Kubernetes Benchmark v1.10

- NSA/CISA Kubernetes Hardening Guidance 1.2

Chapter 5 - CKA: Certified Kubernetes Administrator (The Headline Exam)

**Exam overview (2024 revision)**

- Format: performance-based - real kubectl work in a terminal

- Duration: 2 hours (down from 3)

- Tasks: 15-20

- Passing score: 66 percent

- Price: \$395 (list, frequent promos)

- Validity: 2 years

- Retake: one free retake included

**Domains (2024-02 revision, still valid in 2026)**

- Storage - 10 percent

- Troubleshooting - 30 percent

- Workloads and Scheduling - 15 percent

- Cluster Architecture, Installation and Configuration - 25 percent

- Services and Networking - 20 percent

**Detailed topics**

*Cluster Architecture (25 percent)*

- Bootstrap control plane plus workers with kubeadm

- HA control plane (multi-master)

- RBAC: Role, ClusterRole, RoleBinding, ClusterRoleBinding

- etcd backup/restore - `etcdctl snapshot save`, `etcdctl snapshot restore`

- Cluster upgrades - `kubeadm upgrade plan`, `kubeadm upgrade apply`

- CRD basics

*Workloads and Scheduling (15 percent)*

- Deployment, ReplicaSet, DaemonSet, StatefulSet

- Rolling updates, rollbacks

- Inject ConfigMap and Secret into workloads

- Resource limits and requests

- Scheduling - nodeSelector, affinity, taints, tolerations

- Self-healing - liveness/readiness probes

*Services and Networking (20 percent)*

- Service types - ClusterIP, NodePort, LoadBalancer

- Ingress controllers

- NetworkPolicy

- CoreDNS

- Understanding CNI plugins

*Storage (10 percent)*

- PV, PVC, StorageClass

- Dynamic provisioning

- Volume modes, access modes, reclaim policies

*Troubleshooting (30 percent)* - the biggest slice

- Cluster component failures - log analysis for kube-apiserver, kubelet, etcd

- Node NotReady debugging

- App failures - `kubectl logs`, `kubectl describe pod`, `kubectl get events`

- Networking failures

- Using crictl

Chapter 6 - CKAD: Certified Kubernetes Application Developer

**Exam overview**

- Format: performance-based

- Duration: 2 hours

- Passing score: 66 percent

- Price: \$395

- Validity: 2 years

**Domains (2024 revision)**

- Application Design and Build - 20 percent

- Application Deployment - 20 percent

- Application Observability and Maintenance - 15 percent

- Application Environment, Configuration and Security - 25 percent

- Services and Networking - 20 percent

**Detailed topics**

*Application Design and Build (20 percent)*

- Container image build - Dockerfile basics

- Job, CronJob

- Multi-container Pod patterns - sidecar, ambassador, adapter

- initContainer

- Volumes - emptyDir, hostPath, PVC

*Application Deployment (20 percent)*

- Deployment strategies - RollingUpdate, Recreate

- Blue/Green, Canary

- Helm basics

- Kustomize basics

*Application Observability and Maintenance (15 percent)*

- Probes - liveness, readiness, startup

- Container logging

- Using `kubectl debug`

- Debug commands

*Application Environment, Configuration and Security (25 percent)*

- ConfigMap, Secret

- ServiceAccount

- SecurityContext

- Resource requests/limits

- ResourceQuota, LimitRange

*Services and Networking (20 percent)*

- Service

- Ingress

- NetworkPolicy

**CKA vs CKAD**: CKA is operator-focused, CKAD is developer-focused. CKAD is more coding-friendly but has less troubleshooting, so it is **relatively easier** in the conventional wisdom.

Chapter 7 - CKS: Certified Kubernetes Security Specialist (The Hardest)

**Exam overview**

- Format: performance-based

- Duration: 2 hours

- Passing score: 67 percent

- Price: \$395

- Validity: 2 years

- **Prerequisite: a valid CKA at time of registration**

**Domains (2024)**

- Cluster Setup - 10 percent

- Cluster Hardening - 15 percent

- System Hardening - 15 percent

- Minimize Microservice Vulnerabilities - 20 percent

- Supply Chain Security - 20 percent

- Monitoring, Logging and Runtime Security - 20 percent

**Detailed topics**

*Cluster Setup (10 percent)*

- Apply CIS Benchmark

- Use kube-bench

- TLS certificate validation

- Ingress TLS

*Cluster Hardening (15 percent)*

- RBAC least privilege

- Remove/disable default ServiceAccounts

- Harden API server flags

- Kubernetes upgrades

*System Hardening (15 percent)*

- Node OS hardening - AppArmor, seccomp

- Minimize IAM

- Block kernel modules

- Minimize external exposure

*Minimize Microservice Vulnerabilities (20 percent)*

- Pod Security Standards - Privileged, Baseline, Restricted

- Pod Security Admission (PSA) - the PSP successor

- Sandbox runtimes - gVisor, kata-containers

- mTLS (partial service mesh territory)

*Supply Chain Security (20 percent)*

- Image scanning - Trivy, Grype

- Admission controllers - OPA Gatekeeper, Kyverno

- Image signing - cosign, sigstore

- SBOM

- ImagePolicyWebhook

*Monitoring, Logging and Runtime Security (20 percent)*

- Falco rules - writing and analyzing

- System call monitoring

- Audit logs (audit policy)

- Enforce container immutability

**Why is it the hardest?**: The domain is wide - kube-bench, Falco, Trivy, OPA, Kyverno, cosign - all hands-on. Tasks like writing AppArmor profiles also appear.

Chapter 8 - Exam Format: Understanding the PSI Online Proctored Environment

CNCF exams are all proctored by **PSI**. Since the 2022 PSI acquisition the following has been the standard.

**Pre-exam preparation**

- Government-issued ID (passport recommended - English name must match)

- Working camera and microphone

- No paper, pen, notes, or extra monitors on the desk

- One hour before the exam, validate via the PSI Bridge browser

**Allowed during the exam**

- A **single browser tab** to **kubernetes.io official docs** (including subdomains)

- A single tab to **kubernetes.io/blog**, **helm.sh**, **github.com/kubernetes** subset (exact whitelist shown at exam start)

- Terminal tools: tmux, vim, nano are available

- kubectl autocomplete is pre-enabled

- On-screen scratch notepad

**Forbidden during the exam**

- External sites such as Stack Overflow, third-party blogs outside the whitelist

- A second monitor

- Background processes

- Conversations audible from the next room

**Environment tips**

- Disconnect dual monitors before starting

- Disable keyboard macros

- Prefer wired internet (5GHz Wi-Fi works but lag does not pause the timer)

Chapter 9 - kubectl Shortcuts That Save You In The Exam

In CKA/CKAD/CKS time is the enemy. The following alias and autocomplete setup is practically required.

Bash autocomplete (preconfigured)

source <(kubectl completion bash)

alias k=kubectl

complete -F __start_kubectl k

Common shortcuts

export do="--dry-run=client -o yaml"

export now="--grace-period 0 --force"

Usage

k run nginx --image=nginx $do > pod.yaml

k create deployment web --image=nginx $do > deploy.yaml

k delete pod nginx $now

**Top 30 commands**

Context

kubectl config get-contexts

kubectl config use-context prod

kubectl config current-context

Imperative quick-create

kubectl run mypod --image=nginx

kubectl create deployment web --image=nginx --replicas=3

kubectl expose deployment web --port=80 --target-port=8080

Generate YAML via dry-run

kubectl run mypod --image=nginx --dry-run=client -o yaml > pod.yaml

kubectl create job test --image=busybox --dry-run=client -o yaml -- /bin/sh -c 'echo hi'

Inspection and debug

kubectl get pods -A -o wide

kubectl describe pod mypod

kubectl logs mypod -c container-name --previous

kubectl exec -it mypod -- /bin/sh

kubectl get events --sort-by='.lastTimestamp'

JSONPath

kubectl get pods -o jsonpath='{.items[*].spec.containers[*].image}'

kubectl get nodes -o jsonpath='{range .items[*]}{.metadata.name}{"\t"}{.status.allocatable.cpu}{"\n"}{end}'

Patch and edit

kubectl edit deployment web

kubectl patch deployment web -p '{"spec":{"replicas":5}}'

kubectl scale deployment web --replicas=10

kubectl rollout restart deployment web

kubectl rollout undo deployment web

Labels/annotations

kubectl label pod mypod env=prod

kubectl annotate pod mypod owner=devops

ConfigMap and Secret

kubectl create configmap myconf --from-literal=KEY=value

kubectl create secret generic mysec --from-literal=PASS=s3cret

**vim/nano config** - `~/.vimrc` already exists in the exam environment.

set tabstop=2

set expandtab

set shiftwidth=2

Chapter 10 - Linux Foundation Official Training Courses

LF Training discounts the course + exam bundles often. Buying the exam alone is almost always worse than the bundle.

**Entry level (free, edX)**

- **LFS158** - Introduction to Kubernetes (KCNA prep)

- **LFS162** - Introduction to DevOps and Site Reliability Engineering

- **LFS160** - Introduction to Cloud Native Security (KCSA prep)

**Paid (with exam bundles)**

- **LFS258** - Kubernetes Fundamentals (CKA prep)

- **LFD259** - Kubernetes for Developers (CKAD prep)

- **LFS260** - Kubernetes Security Fundamentals (CKS prep)

**Bundle prices (May 2026)**

- LFS258 + CKA: \$595 (about \$170 cheaper than buying separately)

- LFD259 + CKAD: \$595

- LFS260 + CKS: \$595

- Kubestronaut Bundle (5 exams): frequently \$1,200-1,500 during promos

> Honestly the LF official courses are **systematic** but **dry**. Most candidates use KodeKloud or Udemy as their main course and treat LF material as supplemental.

Chapter 11 - Unofficial Resources That Actually Help

**Udemy / KodeKloud (Mumshad Mannambeth)**

- "Certified Kubernetes Administrator (CKA) with Practice Tests"

- "Certified Kubernetes Application Developer (CKAD) with Tests"

- "Certified Kubernetes Security Specialist (CKS)"

- Price: \$13-20 on sale, \$80-100 list

- Verdict: clear Indian-accented English, plenty of hands-on labs, tightly integrated with KodeKloud's platform

**killer.sh**

- The official CNCF partner simulator

- Two free attempts included with CKA/CKAD/CKS exam purchase

- Slightly harder than the real exam. Scoring 80 percent here means you are likely safe.

- 2-hour simulation, 36-hour environment access

**Killercoda**

- Free interactive scenarios

- Sister site to killer.sh

- Covers CKA, CKAD, CKS, KCNA, KCSA tracks

- Runs in browser terminals, instant boot

**Others**

- **k8sstudio.com** / **k8sstudy.com** - some Korean material

- **Bret Fisher** YouTube channel

- **Saiyam Pathak** (Civo Cloud) free prep series

- **kubernetes.io docs** - the only allowed external source during the exam, so learn its layout cold

Chapter 12 - Practice Clusters: Where to Get Your Hands Dirty

**Local (development machine)**

- **kind** (Kubernetes in Docker) - fastest bootstrap. `kind create cluster` one-liner.

- **minikube** - oldest, supports VM/Docker/Podman drivers. Not recommended - heavy.

- **k3d** - k3s inside Docker. Lighter than kind. Easy multi-node clusters.

- **MicroK8s** - by Canonical. `snap install microk8s` on Ubuntu. Production-compatible modes.

**Cloud (real-world experience)**

- **DigitalOcean Kubernetes** - cheapest. \$12 a month and up; control plane is free.

- **Civo** - K3s-based. Boots in a minute. \$10 starter credit.

- **GKE Autopilot** - no node management, hourly billing.

- **EKS** - \$0.10/hour per cluster plus node costs.

**Final month before the exam**

- One **killer.sh** or **Killercoda** scenario per day (45-60 min)

- A full mock exam every weekend (2 hours)

- One week before - spin up a local kind cluster and drill etcd backup/restore until it is muscle memory

Chapter 13 - Recommended Study Order: A 6-Month Roadmap

**Month 1: KCNA**

- LFS158 (free) + KodeKloud KCNA course

- 1-2 weeks of study, sit the exam end of week 1

- A low-pressure starter

**Months 2-3: CKA**

- KodeKloud Mumshad CKA + Killercoda

- Two full passes of the killer.sh simulator

- Spend most time on the 30 percent Troubleshooting domain

- Sit the exam at the end of month 3

**Month 4: CKAD**

- About 3-4 weeks after CKA

- Mumshad CKAD course

- Time pressure is sharper than CKA - fast hands are the key

**Month 5: KCSA**

- Multiple choice so it is light

- LFS160 + KCSA mock questions

- Warm up security concepts ahead of CKS

**Month 6: CKS**

- The heaviest. Plan 4-6 weeks.

- Mumshad CKS + every Killercoda CKS scenario

- Drill Falco rule writing, AppArmor profiles, Trivy scanning

- Two killer.sh CKS simulations

Total cost - five exams \$1,975 plus \$200-400 in courses, so \$2,200-2,400. If the company covers training, your out-of-pocket can drop near zero.

Chapter 14 - Korean Kubernetes Certification and Community Resources

**Community**

- **Kubernetes Korea Group (K8s Korean user group)** - most active on Facebook and Slack

- **CNCG Korea** - the CNCF Cloud Native Community Group

- **GDG Cloud Korea** - Google Developer Group cloud track

- **AWSKRUG** - covers Kubernetes topics too

- **OKE user community** - Oracle Cloud Kubernetes

- **NHN Cloud user community** - many Kubernetes workload case studies

**Korean-language material**

- **kubernetes.io Korean docs** - partial translation (the exam is English-only but good for intros)

- **subicura.com**'s Kubernetes guide

- **Inflearn** - "Kubernetes Another Class" by instructor Ilpro

- **44bits.io** blog Kubernetes series

- **CNCG Korea Meetup** YouTube channel

**Test taking**

- PSI online proctored is available from Korea

- Time slots cover roughly 1 AM to 11 PM KST

- ID - bring a passport (Korean-character IDs frequently fail OCR)

**Korean hiring signal (2026)**

- Top tech (Naver/Kakao/Line/Coupang/Baemin) DevOps/platform teams prefer CKA

- Toss SRE prefers CKS

- Daangn / OhouseTodayHouse / Bunjang infra teams list it often

- Samsung SDS / LG CNS SI - increasingly listing Kubernetes certs as required

Chapter 15 - Japanese Kubernetes Certification and Community Resources

**Community**

- **CloudNative Days Tokyo** - the largest annual conference, held in November in Tokyo

- **JKD (Japan Kubernetes Day)** - regular meetups in Tokyo and Osaka

- **Cloud Native Computing Japan**

- **KubeFest Tokyo** - virtual conference

- **Japan Container Days** - broader container tracks

**Japanese-language material**

- **kubernetes.io Japanese docs** - more thoroughly translated than Korean

- Tech blogs of CyberAgent, Mercari, SmartHR, LINE Yahoo - many Kubernetes series

- **CKA success stories** (CKA gokaku taikenki) - many on Qiita

- CloudNative Days Tokyo talk videos on YouTube

**Test taking**

- PSI exams in Japan are English UI by default. Some KCNA variants offer Japanese.

- Many PSI test centers in Tokyo and Osaka; home proctoring also available

**Japanese hiring**

- CyberAgent SRE, Mercari Platform, LINE Yahoo - CKA/CKS preferred

- Often a **CloudNative Days speaker slot** is a stronger signal than the certificate itself

Chapter 16 - Additional CNCF Certifications: The Project Associate Series

**PCA - Prometheus Certified Associate**

- Domains: Observability concepts, PromQL, Alerting, Instrumentation, Architecture

- Exam: 90 minutes, multiple choice, \$250

- Recommended resources: Robust Perception blog, "Prometheus: Up and Running"

**ICA - Istio Certified Associate**

- Domains: Istio Fundamentals, Traffic Management, Security, Observability, Troubleshooting

- Exam: 90 minutes, multiple choice, \$250

- Recommended resources: istio.io docs, Tetrate Academy

**CCA - Cilium Certified Associate**

- Released late 2024 (Isovalent + LF)

- Domains: Cilium Architecture, eBPF Basics, Networking, Security, Service Mesh, Observability

- Exam: 90 minutes, multiple choice, \$250

- Recommended resources: isovalent.com/labs (free), cilium.io docs

**CAPA - Certified Argo Project Associate**

- Domains: Argo CD, Argo Workflows, Argo Rollouts, Argo Events

- Exam: 90 minutes, \$250

- Recommended resources: Codefresh learning, argo-cd.readthedocs.io

**CGOA - Certified GitOps Associate**

- Domains: GitOps principles, Architecture, Operations

- Based on the OpenGitOps Working Group

- Exam: 90 minutes, \$250

**OTCA - OpenTelemetry Certified Associate**

- Domains: OTEL fundamentals, signals (traces, metrics, logs), collector, SDK

- Launched 2025

- Exam: 90 minutes, \$250

**CBA - Certified Backstage Associate**

- Launched 2025, based on Spotify Backstage

- Developer portal, catalogs, templates

These are all multiple choice, so they are nothing like CKS in weight. **If you have actually used the project**, 2-3 weeks of prep is enough.

Chapter 17 - Cost, Discounts, and Voucher Strategies

**List prices (May 2026)**

- Associate certificates (KCNA, KCSA, PCA, ICA, CCA, CAPA, CGOA, OTCA, CBA, CNPA): \$250

- Professional certificates (CKA, CKAD, CKS): \$395

- CNPE (new in 2026): \$395

**Recurring discount windows**

- **Cyber Monday / Black Friday** - late Nov to early Dec, up to 40 percent off

- **Right after KubeCon** - 20-30 percent promos each spring and fall

- **CNCF official newsletter** - subscriber-only codes

- **Bundles** - course + exam for \$595 (CKA example)

**Where to find promo codes**

- **Reddit r/kubernetes**

- **LinkedIn CNCF page**

- **CNCF Discord community**

**Employer reimbursement**

- Korea - in-house training budgets and IT certification allowances (most big tech reimburses)

- Japan - certificate allowance ("shikaku teate") paid monthly, varies by company

- Global - Linux Foundation can issue corporate invoices for procurement card flows

Chapter 18 - Renewals and Retakes

**Validity**

- KCNA, KCSA, PCA, ICA, CCA, CAPA, CGOA, OTCA, CBA, CNPA: **3 years**

- CKA, CKAD, CKS, CNPE: **2 years**

**Renewal**

- The default path is **retaking the exam** - eligible to renew 60 days before expiry

- CKA renewal is the **same exam at the same price**

- A 12-month grace period applies after expiry - pass within that window and the cert continues

**Retakes (Free Retake)**

- Every CNCF exam purchase includes **one free retake**

- Results land within 24 hours, then you can reschedule immediately

- The free retake must occur after the 24-hour result wait and within 30 days of results

- The third attempt is paid

> Tip: **Always** use the free retake. Treating the first attempt as a reconnaissance run is a valid strategy as long as the second attempt is within a month.

Chapter 19 - Exam Day Tactics That Work

**24 hours before**

- Run a PSI Bridge test in the same environment

- Clear all paper, books, extra monitors from the desk

- Confirm the English-name field on your ID matches the exam registration

- Memorize your shortcut and autocomplete setup

**First five minutes**

- Scan every question and read the point weights

- Use the **bookmark feature** - skip thorny questions for later

- Start with the high-weight items (the screen shows the percentage)

**Time management (2 hours = 120 minutes)**

- 15-20 questions, so 6-8 minutes each on average

- If you cross 7-10 minutes, **move on**

- Reserve the last 30 minutes for review and bonus items

**Common mistakes**

- Forgetting to switch context - run `kubectl config use-context <provided>` first every question

- Forgetting the namespace - missing `-n <namespace>` loses points

- Broken YAML indentation - configure `tabstop=2 expandtab` upfront

- Failed save in `kubectl edit` - use `:wq!` to force-save when vim refuses

**If something breaks**

- Use the bottom-right chat to summon the PSI proctor

- A frozen environment or hung container can be reset on request

- The clock typically does **not** pause - act fast

Chapter 20 - Career Strategy After Certification

**Salary signal (2025 data)**

- CKA - +12-18 percent in the US average, +2-5M KRW reported in Korea

- CKS - +18-25 percent in the US, +5-10M KRW in Korea

- Kubestronaut - bigger impact on **interview pass rates** than on listed salary

**What certificates actually mean in hiring**

- They are a **signal**, not proof of skill

- Cert holders typically answer troubleshooting interview scenarios more accurately

- Entry/junior - certs compensate for thin education or portfolio

- Senior - real outage stories and operational experience beat any certificate

**Next steps after the certificate**

- Run a real project within 3-6 months - your own K8s cluster, an open-source contribution

- KubeCon CFP or local meetup talks beat any certificate

- A blog post titled "How we recovered from a corrupted etcd" is worth five certificates

**Is Golden Kubestronaut worth it?**

- Worth it if your full-time domain spans the entire K8s ecosystem

- Not worth it as a pure trophy chase - that \$5,000 and 1-2 years can yield more elsewhere

- However if you are consulting/freelancing, the marketing value is real

Chapter 21 - Frequently Asked Questions

**Q1. Can I skip KCNA and jump straight to CKA?**

A. Yes. CKA has no prerequisites. KCNA is just a primer, not a CKA prerequisite. If Kubestronaut is the goal, you take both anyway.

**Q2. Is taking CKAD first and CKA later viable?**

A. Yes. CKA is harder by reputation, but developers may find CKAD more intuitive. CKS still requires CKA, however.

**Q3. What happens if my internet drops mid-exam?**

A. PSI attempts automatic reconnection. Anything beyond five minutes risks a hung environment. Open chat to the proctor immediately.

**Q4. I failed CKA twice. Is a third attempt worthwhile?**

A. Yes. Most candidates clear within three tries. Killer.sh above 80 percent is the safe zone. Two-time failures usually share two causes - **lack of speed** or a **troubleshooting gap**.

**Q5. How do CNCF certifications compare to AWS/GCP/Azure?**

A. Cloud certs cover that vendor's managed K8s (EKS/GKE/AKS); CNCF certs focus on **vanilla** Kubernetes. Both have value but CNCF is the portable one.

**Q6. Can I take the exam in Korean from Korea?**

A. Some KCNA variants are multilingual. CKA/CKAD/CKS are offered in **English plus Japanese, simplified Chinese, German, and Spanish** only. Korean is not supported as of May 2026.

**Q7. What if I fail the renewal exam?**

A. The certificate expires. You retake the regular exam at the same price.

**Q8. Do Kubernetes certifications still matter in the AI/LLM era?**

A. More than ever. KServe, Knative, GPU Operator, Volcano scheduler, and other AI infrastructure layers all run on K8s. Without the K8s base you cannot operate the AI stack.

Chapter 22 - Key Takeaways

- **As of May 2026, Kubestronaut = KCNA + KCSA + CKA + CKAD + CKS, five total**

- **Golden Kubestronaut = every CNCF certification + LFCS, 13 or more total**

- Start with KCNA, **CKA is the centerpiece**, CKS is the hardest

- CKA/CKAD/CKS are **2-hour performance-based exams** with 66-67 percent passing scores

- Resource stack: **KodeKloud (Mumshad)** + **killer.sh** + **Killercoda** is the standard combo

- Budget around \$2,000-2,400; leverage employer reimbursement and bundle discounts

- Renewals - CKA/CKAD/CKS expire in 2 years, Associates in 3 years

- **The certificate is a signal. The real ability comes from operating production clusters.**

References

1. CNCF Certification Programs - https://www.cncf.io/training/certification/

2. Linux Foundation Training - https://training.linuxfoundation.org/

3. CKA Curriculum 2024 - https://github.com/cncf/curriculum

4. Kubestronaut Program - https://www.cncf.io/training/kubestronaut/

5. Golden Kubestronaut - https://www.cncf.io/training/kubestronaut/golden/

6. PSI Bridge - https://www.psionline.com/

7. killer.sh - https://killer.sh/

8. Killercoda - https://killercoda.com/

9. KodeKloud - https://kodekloud.com/

10. Mumshad Mannambeth Udemy - https://www.udemy.com/user/mumshad-mannambeth/

11. CIS Kubernetes Benchmark - https://www.cisecurity.org/benchmark/kubernetes

12. NSA/CISA Kubernetes Hardening - https://media.defense.gov/2022/Aug/29/2003066362/-1/-1/0/CTR_KUBERNETES_HARDENING_GUIDANCE_1.2_20220829.PDF

13. Pod Security Standards - https://kubernetes.io/docs/concepts/security/pod-security-standards/

14. Kubernetes Official Docs - https://kubernetes.io/docs/

15. Falco Documentation - https://falco.org/docs/

16. Trivy Documentation - https://aquasecurity.github.io/trivy/

17. Cosign / Sigstore - https://docs.sigstore.dev/

18. Kubernetes Korea Group - https://k8skr.github.io/

19. CloudNative Days Tokyo - https://event.cloudnativedays.jp/

20. Cilium Documentation - https://docs.cilium.io/

21. Istio Documentation - https://istio.io/latest/docs/

22. Argo Project - https://argoproj.github.io/

23. Prometheus Documentation - https://prometheus.io/docs/

24. OpenTelemetry - https://opentelemetry.io/docs/

25. Backstage Documentation - https://backstage.io/docs/

26. CNCF Slack - https://slack.cncf.io/

27. KubeCon + CloudNativeCon - https://www.cncf.io/kubecon-cloudnativecon-events/

28. cosign GitHub - https://github.com/sigstore/cosign

> Disclaimer - exam pricing, domain weighting, and Golden Kubestronaut requirements are frequently updated by CNCF. Always verify on the official site before registering. All figures here are accurate as of May 17, 2026 and may differ from the live exam environment.

현재 단락 (1/528)

In 2026, Kubernetes certifications are still the "signal lamp" of DevOps and platform engineering. T...

작성 글자: 0원문 글자: 25,565작성 단락: 0/528