
Ultimate access to all questions.
Your company's applications run on Google Kubernetes Engine (GKE), and developers often provision cloud resources for their applications. You need to enable developers to manage infrastructure as code following Google's best practices. The solution should use Kubernetes Custom Resource Definitions (CRDs) for infrastructure-as-code management and must be supportable by the Google Cloud Support Portal. What is the recommended approach?
A
Configure Cloud Build with a Terraform builder to execute the terraform plan and terraform apply commands.
B
Install and configure Crossplane in GKE.
C
Configure a GitHub Action with a Terraform builder to execute the terraform plan and terraform apply commands as part of the pull request process.
D
Install and configure Config Connector in GKE.