nerdexam
Linux_Foundation

CKS · Question #34

You must complete this task on the following cluster/nodes: Cluster: immutable-cluster Worker node: worker1 Context: It is best practice to design containers to be stateless and immutable. Task: Inspe

Sign in or unlock CKS to reveal the answer and full explanation for question #34. The question stem and answer options stay visible for context.

Submitted by anna_se· May 4, 2026Minimize Microservice Vulnerabilities

Question

You must complete this task on the following cluster/nodes: Cluster: immutable-cluster Worker node: worker1 Context: It is best practice to design containers to be stateless and immutable. Task: Inspect Pods running in namespace prod and delete any Pod that is either not stateless or not immutable. Use the following strict interpretation of stateless and immutable: 1. Pods being able to store data inside containers must be treated as not stateless. Note: You don't have to worry whether data is actually stored inside containers or not already. 2. Pods being configured to be privileged in any way must be treated as potentially not stateless or not immutable.

Unlock CKS to see the answer

You've previewed enough free CKS questions. Unlock CKS for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.

Topics

#Pod SecurityContext#Stateless Containers#Immutable Infrastructure#kubectl
Full CKS Practice