Linux_Foundation
CKAD · Question #21
1) Create a secret named app-secret in the default namespace containing the following single key-value pair: key3: value1 2) Create a Pod named nginx-secret in the default namespace. Specify a single
Sign in or unlock CKAD to reveal the answer and full explanation for question #21. The question stem and answer options stay visible for context.
Submitted by fatema_kw· May 4, 2026Application Environment, Configuration and Security
Question
- Create a secret named app-secret in the default namespace containing the following single key-value pair: key3: value1
- Create a Pod named nginx-secret in the default namespace. Specify a single container using the nginx:stable image. Add an environment variable named BEST_VARIABLE consuming the value of the secret key3.
Unlock CKAD to see the answer
You've previewed enough free CKAD questions. Unlock CKAD 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
#Secrets#Pods#Environment Variables#Configuration