Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
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?
A
Designate a separate step in Cloud Build to obtain service account credentials and provide these to kubectl.
B
Include the Container Developer role for Cloud Build in the cloudbuild.yaml file.
C
Assign the Container Developer role to the Cloud Build service account.
D
Create a new service account with the Container Developer role and use it to run Cloud Build.