
Ultimate access to all questions.
Your company uses Google Kubernetes Engine (GKE) to run applications deployed via GitOps. Developers often provision cloud resources for their applications. You need to enable developers to manage infrastructure as code while adhering to Google's best practices, including periodic reconciliation to prevent configuration drift. What is the recommended approach?
A
Install and configure Config Connector in Google Kubernetes Engine (GKE).
B
Configure Cloud Build with a Terraform builder to execute terraform plan and terraform apply commands.
C
Create a Pod resource with a Terraform docker image to execute terraform plan and terraform apply commands.
D
Create a Job resource with a Terraform docker image to execute terraform plan and terraform apply commands.