List of questions
Related questions
Question 1 - Professional Cloud DevOps Engineer discussion
You are creating a CI/CD pipeline to perform Terraform deployments of Google Cloud resources Your CI/CD tooling is running in Google Kubernetes Engine (GKE) and uses an ephemeral Pod for each pipeline run You must ensure that the pipelines that run in the Pods have the appropriate Identity and Access Management (1AM) permissions to perform the Terraform deployments You want to follow Google-recommended practices for identity management What should you do?
Choose 2 answers
A.
Create a new Kubernetes service account, and assign the service account to the Pods Use Workload Identity to authenticate as the Google service account
B.
Create a new JSON service account key for the Google service account store the key as a Kubernetes secret, inject the key into the Pods, and set the boogle_application_credentials environment variable
C.
Create a new Google service account, and assign the appropriate 1AM permissions
D.
Create a new JSON service account key for the Google service account store the key in the secret management store for the CI/CD tool and configure Terraform to use this key for authentication
E.
Assign the appropriate 1AM permissions to the Google service account associated with the Compute Engine VM instances that run the Pods
Your answer:
0 comments
Sorted by
Leave a comment first