ASSOCIATE-CLOUD-ENGINEER · Question #376
Your organization has decided to deploy all its compute workloads to Kubernetes on Google Cloud and two other cloud providers. You want to build an infrastructure-as-code solution to automate the prov
The correct answer is B. Build the solution by using Terraform, and provision the resources.. Building the solution using Terraform is the most suitable option for automating the provisioning of resources across multiple cloud providers. Terraform is a widely used Infrastructure-as-Code tool that supports multiple cloud providers, including Google Cloud, and offers a unif
Question
Options
- ABuild the solution by using YAML manifests, and provision the resources.
- BBuild the solution by using Terraform, and provision the resources.
- CBuild the solution by using Python and the cloud SDKs from all providers to provision the
- DBuild the solution by using Config Connector, and provision the resources.
How the community answered
(33 responses)- A3% (1)
- B88% (29)
- C6% (2)
- D3% (1)
Explanation
Building the solution using Terraform is the most suitable option for automating the provisioning of resources across multiple cloud providers. Terraform is a widely used Infrastructure-as-Code tool that supports multiple cloud providers, including Google Cloud, and offers a unified and declarative way to manage cloud infrastructure. It allows for easy integration with other cloud environments and provides a consistent workflow for managing infrastructure.
Topics
Community Discussion
No community discussion yet for this question.