
Ultimate access to all questions.
Your team is developing an automated CI/CD pipeline within a development project, utilizing Cloud Source Repository for code versioning and Cloud Build for building and deploying the application to Google Kubernetes Engine (GKE). Despite the Cloud Build Service account having Kubernetes Engine Developer permissions, the application fails to deploy to GKE after a code push to the Cloud Source Repository. What could be the underlying issue?
A
The GKE API has not been enabled.
B
Insufficient permissions granted to the Kubernetes Engine Developer role.
C
Absence of a Trigger in Cloud Build for automatic deployment.
D
Cloud Source Repositories lacks the necessary permissions to utilize Cloud Build.