List of questions
Related questions
Question 74 - 300-910 discussion
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?
Implement environment variables within the ConfigMaps and store the variable definitions separately from the master branch where the ConfigMaps are stored
Generate the ConfigMaps specific to the environment by using a templating language such as Jinja2 and store the ConfigMaps in unique branches of a repository
In the master branch where the ConfigMaps are stored, create a branch for each environment that contains an environment-specific ConfigMap.
Create a unique repository for each environment that contains ConfigMaps for that environment to ensure that each environment can be deployed independently
0 comments
Leave a comment first