Examining a release
You can view information about releases and rollouts using the Cloud Deploy release inspector. The information you can view includes the following:
- Release metadata
- Rollout details
- Approval status
- Render logs and deployment logs
- Rollout phases (
Canary
,Stable
) and jobs (Deploy
,Verify
) - Rendered artifacts (manifests,
skaffold.yaml
)
Follow these steps to use the Cloud Deploy release inspector to view information about your release and rollouts:
- From Cloud Deploy’s main page, https://cloud.google.com/deploy, select the delivery pipeline we created (packt-deploy-pipeline).
The pipeline visualization will be shown.
- Click the SHOW MORE link under Delivery pipeline details to reveal information about the pipeline:
Figure 8.7 – Delivery pipeline details
- On the RELEASES tab, click the name of the release we created (packt-deploy-release-001).
The Release details page will appear...