- Home
- All questions
- Question 601
CKA study material · question 601 of 1000
A security review asks how Secrets could be read in a cluster with no special hardening. Which two statements are accurate? Choose two.
Show the answer
Answer: A. Secret values are stored unencrypted in etcd unless encryption at rest is enabled
C. Anyone able to create a Pod in a namespace can read any Secret in it
Secrets are stored unencrypted by default, and Pod-creation rights in a namespace are enough to mount and read any Secret there — including indirect rights such as creating a Deployment.
Source: Secrets (Kubernetes) — Secrets (overview)