nerdexam
Linux_Foundation

CKA · Question #11

Create a Kubernetes secret as follows: Name: super-secret password: bob Create a pod named pod-secrets-via-file, using the redis Image, which mounts a secret named super-secret at /secrets. Create a s

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

Submitted by helene.fr· May 4, 2026Workloads and Scheduling

Question

Create a Kubernetes secret as follows: Name: super-secret password: bob Create a pod named pod-secrets-via-file, using the redis Image, which mounts a secret named super-secret at /secrets. Create a second pod named pod-secrets-via-env, using the redis Image, which exports password as CONFIDENTIAL

Unlock CKA to see the answer

You've previewed enough free CKA questions. Unlock CKA 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

#Kubernetes Secrets#Pod configuration#Volume mounts#Environment variables
Full CKA Practice