- Home
- All questions
- Question 607
CKA study material · question 607 of 1000
A Secret contains a key named app.config.value, and a Pod maps every key into environment variables. What happens?
Show the answer
Answer: C. The key is skipped and the Pod still starts
Keys that do not meet the rules for environment variable names are simply not made available to the container, and the Pod is allowed to start regardless — a quiet failure worth checking for.
Source: Secrets (Kubernetes) — Using Secrets as environment variables