CompTIA Cloud+ (CV0-004) highlights using automation and Infrastructure as Code (IaC) to deploy consistent environments across on-premises and cloud. Terraform is specifically designed for template-based provisioning and deployment using declarative configuration files. It can orchestrate infrastructure and services across multiple providers and platforms, which is essential for hybrid environments. For containerized workloads, Terraform can deploy and configure the underlying components needed to run containers—such as Kubernetes clusters, networking, load balancers, storage, and IAM—both on-prem and in the cloud, using reusable templates and modules. This aligns directly with the requirement: “template-based” and “on premises and on the cloud.”
Docker (A) is primarily a container runtime and image/build tool; it helps create and run containers, but it is not the best choice for broad template-based deployment across hybrid infrastructure. Jenkins (C) is a CI/CD automation server that runs pipelines, but it does not serve as the infrastructure templating tool itself. Git (D) is version control, which supports managing templates but does not deploy them. Therefore, Terraform is the best match.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit