
Answer-first summary for fast verification
Answer: Leverage cloud-native tools and platforms for the management and deployment of service components.
**Correct Answer: B** - Utilizing cloud-native tools and platforms facilitates efficient and consistent management and deployment of service components across diverse hybrid and multicloud environments. This approach aids in dependency management, version control, and ensures uniform deployment across environments. **Incorrect Options:** - **A**: Managing distinct configuration files for each environment complicates tracking configuration changes and issue resolution across environments. - **C**: Maintaining separate pipelines for each environment can introduce inconsistencies and complicate the deployment process tracking. - **D**: Using different container images for each environment may lead to inconsistencies, complicate deployment tracking, and increase storage and management costs.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
When constructing a CI/CD pipeline for a service destined for hybrid and multicloud environments, which strategy stands out as a best practice?
A
Employ distinct configuration files for each environment to handle environment-specific variables.
B
Leverage cloud-native tools and platforms for the management and deployment of service components.
C
Create separate pipelines for each environment to maintain consistency and prevent conflicts.
D
Utilize different container images for each environment to ensure uniformity and avoid conflicts.