CertGrid
Cloud Native Study Guide

CKS: Certified Kubernetes Security Specialist Study Guide

The Certified Kubernetes Security Specialist (CKS) is a hands-on, performance-based exam that validates your ability to secure container-based applications and Kubernetes platforms across build, deployment, and runtime. It assumes you already hold a valid CKA and is aimed at platform engineers, SREs, and security practitioners who harden clusters, lock down workloads, secure the supply chain, and monitor for threats. You get 120 minutes to solve live tasks on real clusters and must score at least 67%.

Domain 1: Cluster Setup

Key concepts you must know · 91 practice questions

Domain 2: Cluster Hardening

Key concepts you must know · 116 practice questions

Domain 3: System Hardening

Key concepts you must know · 106 practice questions

Domain 4: Minimize Microservice Vulnerabilities

Key concepts you must know · 109 practice questions

Domain 5: Supply Chain Security

Key concepts you must know · 102 practice questions

Domain 6: Monitoring, Logging and Runtime Security

Key concepts you must know · 97 practice questions

CKS exam tips

Study guide FAQ

Do I need to pass the CKA before taking the CKS?

Yes. CKS requires a current, valid CKA (Certified Kubernetes Administrator) certification as a prerequisite. You must hold it at the time you schedule and sit the CKS exam, and it must not have expired.

Is the CKS exam multiple choice or hands-on?

It is entirely performance-based. You solve real tasks on live Kubernetes clusters from a terminal within 120 minutes. There are no multiple-choice questions; you must actually configure RBAC, write NetworkPolicies, run scanners, edit manifests, and harden nodes.

What is the passing score and how long is the exam?

You have 120 minutes and need a score of at least 67% to pass. The exam is proctored online, and you are allowed one open browser tab to the official Kubernetes documentation and a short list of permitted project sites (such as Falco, Trivy, and gVisor docs).

Which third-party tools should I be comfortable with for the CKS?

Focus on the tools the curriculum references: kube-bench (CIS benchmark), Trivy and grype (image and SBOM scanning), kubesec/kube-score/hadolint (static analysis), cosign/sigstore (image signing), OPA Gatekeeper and Kyverno (admission policy), AppArmor and seccomp (sandboxing), gVisor (RuntimeClass), and Falco (runtime detection). Practice installing and running each one by hand.