Linux_Foundation
CKS · Question #69
You must connect to the correct host. Failure to do so may result in a zero score. [candidate@base]$ ssh cks000028 Context You must update an existing Pod to ensure the immutability of its containers.
Sign in or unlock CKS to reveal the answer and full explanation for question #69. The question stem and answer options stay visible for context.
Submitted by femi9· May 4, 2026Runtime Security
Question
You must connect to the correct host. Failure to do so may result in a zero score.
[candidate@base]$ ssh cks000028
Context
You must update an existing Pod to ensure the immutability of its containers.
Task
Modify the existing Deployment named lamp-deployment, running in namespace lamp, so that its containers:
. run with user ID 20000
. use a read-only root filesystem
. forbid privilege escalation
The Deployment's manifest file can be found at /home/candidate/finer-sunbeam/lamp-deployment.yaml.
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
#Container Security#Pod SecurityContext#Read-Only Root Filesystem#Privilege Escalation