Comprehensive and Detailed Explanation From Exact Extract:
A. CI/CD pipelines — Continuous Integration and Continuous Deployment (CI/CD) pipelines allow automated and repeatable deployments of infrastructure and application code. This ensures consistency across environments and supports rapid, reliable updates to multiple environments simultaneously.
B. Public code repository — A public repository (e.g., GitHub, GitLab public projects) allows sharing code with the broader community of practice, enabling collaboration, peer review, and reuse. It supports version control and standardized deployment scripts (e.g., Terraform, Ansible).
Relevant Extract from CompTIA CloudNetX CNX-001 Study Guide — under “Infrastructure as Code and Automation Pipelines”:
“CI/CD pipelines enable automated, consistent deployments across environments, reducing manual configuration errors.”
“Public repositories facilitate code sharing and collaboration, supporting standardized infrastructure templates.”
Other options:
C. Deployment runbooks are static and not inherently automated.
D. Private repositories restrict sharing, conflicting with the requirement to share code.
E. Image deployment refers to server builds, not full network configuration.
F. Deployment guides are manual documents, not automation tools.
================================================