Kubernetes Quiz

Kubernetes orchestration concepts — pods, deployments, services, and how the platform manages containers at scale.

This category currently has 100 questions in the SERVBG quiz bank. Below are a few sample questions — the full interactive quiz shuffles through the whole set with instant scoring.

Sample questions

A developer needs to list and get Pods in the 'staging' namespace but must not be able to delete them. Which RBAC construct is the minimum required to grant this?
A ServiceAccount 'app-sa' in namespace 'prod' is bound to a ClusterRole that includes 'impersonate' verb on 'users'. What is the primary security risk and mitigation?
You run 'kubectl auth can-i create pods --as=system:serviceaccount:dev:ci-runner --namespace=prod' and it returns 'yes'. The ci-runner ServiceAccount has no RoleBindings in prod. Explain the most likely cause.
Which built-in RBAC aggregation label must a ClusterRole carry for its rules to be automatically merged into the 'edit' ClusterRole?
A Pod's ServiceAccount token is projected with 'expirationSeconds: 3600'. An attacker exfiltrates the token at T+0. At T+3601, can the attacker still use the token, and why?
Start the full quiz ›

Related categories

Python (Coding)
Python syntax, standard-library usage, and the language idioms that come up in day-to-day scripting and application work.
187 questions
JavaScript (Coding)
Core JavaScript language behavior, async patterns, and the quirks that trip up both beginners and experienced developers.
186 questions
Linux
Linux command-line usage, file permissions, process management, and the everyday admin tasks every sysadmin and developer needs.
150 questions
Security
General information security concepts — threats, defenses, and the fundamentals every IT professional should know.
148 questions
Hardware
Computer hardware components, how they interact, and the troubleshooting knowledge behind keeping systems running.
145 questions