service · inferred from evidence
GCR
Google Container Registry, a service for storing and managing container images.
- How to run kubectl after docker push in Google Cloud Build
How to run kubectl after pushing an image in a Cloud Build pipeline? The goal: build an image, test/push it to GCR, then deploy it into a GKE cluster, all in one cloudbuild.yaml. Without this, the pipeline could not do end-to-end CI/CD.