Google Professional Cloud DevOps Engineer

Google Professional Cloud DevOps Engineer

Get started today

Ultimate access to all questions.


What is the most efficient method for a team to authenticate to Google Kubernetes Engine (GKE) and reduce development effort when deploying new images using the kubectl builder for Cloud Build in their CI/CD pipelines?




Explanation:

Assigning the Container Developer role to the Cloud Build service account is the correct approach because it grants the necessary permissions for Cloud Build to authenticate to GKE for deploying images. This method minimizes development effort by leveraging the existing Cloud Build service account for authentication, eliminating the need for manual configuration.