What is the primary security risk of storing secrets (API keys, passwords) in environment variables in containerized environments?
-
A
They consume excessive memory
-
B
They can be exposed via container inspection, logs, crash dumps, or process enumeration by other containers
-
C
They prevent container scaling
-
D
They are not supported by Kubernetes secrets management