Certified Kubernetes Security Specialist
Validates expertise in securing container-based applications and Kubernetes platforms during build, deployment, and runtime. Covers cluster setup and hardening, system hardening with kernel security modules, microservice vulnerability minimization through Pod Security Standards, supply chain security including image signing and scanning, and monitoring, logging and runtime security. The CKS is a performance-based exam requiring CKA certification as a prerequisite and hands-on problem solving within a 2-hour time limit.
Sample questions
A free preview of 15 source-grounded questions from this exam — answers and explanations included.
- Q1Minimize Microservice Vulnerabilitiesmedium
An administrator is building a tenant namespace and wants to combine PSA enforce with audit and warn so violations are surfaced in logs and to the user even when they are admitted. Per the namespace-label task, is this possible?
- A.Combining modes is allowed but only in the kube-system namespace; tenant namespaces are limited to enforce-only mode in production clusters by upstream policy in any release of v1.30+.
- B.Only one mode at a time can be applied; setting two pod-security.kubernetes.io labels causes the apiserver to reject the namespace until one of them is removed by hand by an admin.
- C.Multiple modes can be applied to the same namespace simultaneously to combine enforcement with audit-log and user-facing-warning effects on a per-namespace basis.Correct answer
Sources
Questions are grounded in 150 references from official and authoritative materials.