Linux_Foundation
CKS · Question #26
QUESTION 29 You must complete this task on the following cluster/nodes: Cluster: immutable-cluster Worker node: worker1 You can switch the cluster/configuration context using the following command: [d
Sign in or unlock CKS to reveal the answer and full explanation for question #26. The question stem and answer options stay visible for context.
Submitted by weili_xi· May 5, 2026Minimize Microservice Vulnerabilities
Question
QUESTION 29
You must complete this task on the following cluster/nodes: Cluster: immutable-cluster Worker node: worker1
You can switch the cluster/configuration context using the following command: [desk@cli] $ kubectl config use-context immutable-cluster
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:
- 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.
- 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 Security#Container Best Practices#Immutability#Statelessness