Question 5 of 10Pro Only
How do ConfigMaps and Secrets differ in Kubernetes? What are the best practices for managing sensitive data in a cluster?
Sample answer preview
ConfigMaps and Secrets both store configuration data separately from container images, but they serve different purposes and have different security characteristics. ConfigMaps store non-confidential data in key-value pairs.
ConfigMapSecretbase64 encodingencryption at restHashiCorp VaultRBAC