CertGrid CertGrid
Concepts·Kubernetes and Cloud Native Security Associate

KCSA in the Kubernetes Certification Path

This site teaches KCNA, KCSA and CKS. They overlap, and a reader deciding which to sit deserves numbers rather than adjectives. This guide counts twelve security subjects across all three shipped pools and reads off what each exam actually wants.

Orientation Guide 2 of 42 Beginner

Written against the versions above. Keyword counts across the three shipped pools - KCSA 889, KCNA 712, CKS 871 questions. A keyword count is a blunt instrument: it matches a term anywhere in a question, its options or its explanation. Read the columns as proportions.

The pool analysis runs on the cluster's control plane and is cluster-independent - it reads the shipped question files with Python 3.
Server NameIP AddressOSRolesCPURAMHDD
CKA5001192.168.0.41Ubuntu 26.04 LTSControl Plane Node (tainted NoSchedule)2 Core4 GB50 GB
CKA5001-NODE01192.168.0.42Ubuntu 26.04 LTSWorker Node2 Core4 GB50 GB
CKA5001-NODE02192.168.0.43Ubuntu 26.04 LTSWorker Node2 Core4 GB50 GB
CKA5001-NODE03192.168.0.44Ubuntu 26.04 LTSWorker Node2 Core4 GB50 GB

Before you start

  1. Twelve subjects, three exams

    Count them rather than trusting the level names.

    bash Example session
    cd ~/kcsamock && python3 overlap.py  topic                              KCSA     KCNA      CKS  ------------------------------ -------- -------- --------  RBAC / authorization           268 30.1%  35  4.9% 155 17.8%  NetworkPolicy                  116 13.0%  38  5.3%  99 11.4%  Pod Security                   235 26.4%  11  1.5% 221 25.4%  Secrets                        244 27.4%  46  6.5% 144 16.5%  etcd                           175 19.7%  91 12.8%  79  9.1%  admission control              184 20.7%  27  3.8% 166 19.1%  image signing / supply chain    71  8.0%   7  1.0% 142 16.3%  seccomp / AppArmor              41  4.6%   1  0.1%  75  8.6%  audit logging                   91 10.2%   2  0.3%  92 10.6%  threat model / attacker        285 32.1%   4  0.6% 149 17.1%  CIS benchmark                   47  5.3%   0  0.0%  59  6.8%  service mesh / mTLS             26  2.9%  15  2.1%  34  3.9% pool sizes: KCSA 889, KCNA 712, CKS 871 KCSA is the security half of KCNA taken seriously, and CKS is the same subjectsagain as things you have to DO on a live cluster rather than recognise.

    Expected resultThreat model 32.1% KCSA / 0.6% KCNA / 17.1% CKS. RBAC 30.1 / 4.9 / 17.8. Pod Security 26.4 / 1.5 / 25.4. Supply chain 8.0 / 1.0 / 16.3. seccomp and AppArmor 4.6 / 0.1 / 8.6.

    Success conditionYou can choose between the three on evidence.

Troubleshooting

Official sources