Google Cloud Professional Data Engineer — Question 131

You have a data processing application that runs on Google Kubernetes Engine (GKE). Containers need to be launched with their latest available configurations from a container registry. Your GKE nodes need to have GPUs, local SSDs, and 8 Gbps bandwidth. You want to efficiently provision the data processing infrastructure and manage the deployment process. What should you do?

Answer options

Correct answer: B

Explanation

The correct answer is B because it effectively utilizes Cloud Build and Terraform to automate the provisioning of infrastructure while ensuring the most up-to-date container images are deployed. Options A and C do not offer the automation and efficiency required for this task, while D is not suitable as Dataflow is more focused on stream and batch processing than on infrastructure provisioning.