Implementing DevOps Solutions and Practices Using Cisco Platforms (DEVOPS) — Question 106

A development team uses Kubernetes for application development. Any changes on ConfigMap are performed manually for each development, test, and production environment. The edits are performed to deploy applications. This approach causes inconsistent deployments across all environments.

Which practice improves the consistency of the deployments?

Answer options

Correct answer: A

Explanation

Option A is correct because using environment variables in ConfigMaps allows for consistent configuration management across different environments while keeping the core ConfigMap unchanged. The other options introduce additional complexity or separate configurations, which can lead to further inconsistencies instead of resolving the issue.