📚 dsaflash.cards
Problems
Log in
Sign up
Home
/
Kubernetes
/
Configuration and Secrets
Configuration and Secrets
Question 1 of 6
What is the intended difference between a ConfigMap and a Secret?
A
ConfigMaps are for non-sensitive key-value config; Secrets are for sensitive data like passwords and API keys
B
ConfigMaps are deleted when the Pod is deleted; Secrets persist independently
C
ConfigMaps are cluster-scoped; Secrets are Namespace-scoped
D
ConfigMaps can only be consumed as environment variables; Secrets can only be consumed as volume mounts
← Back to categories