View deployments

On the Deployments page, you can view information about recent App Hub application deployments.

  • View failed application deployments, and their causes, from Application Design Center. You can then investigate the failures in App Design Center by viewing the Cloud Build logs, or you can make updates to the application. App Design Center uses Cloud Build to deploy your applications.
  • View application deployments that have updated application templates. You can then review the changes and update the applications.
  • If you set up Developer Connect insights, you can view information for recent application deployments to Google Kubernetes Engine (GKE) and Cloud Run.

Before you begin

Ensure that you have performed the following steps:

  1. Set up App Hub for a folder.

  2. Set up App Design Center.

  3. Set up Developer Connect insights.

  4. Create and deploy your applications. To learn more, see the App Design Center overview.

Required roles

To get the permissions that you need to view data in Cloud Hub, ask your administrator to grant you the Cloud Hub Operator (roles/cloudhub.operator) IAM role on the management project for a folder. For more information about granting roles, see Manage access to projects, folders, and organizations.

You might also be able to get the required permissions through custom roles or other predefined roles.

To make updates to application instances or templates in App Design Center, you must have additional permissions. See the App Design Center access control documentation for information about roles and permissions.

View failed deployments

If your application deployment failed, you can view details and take a suggested action to resolve the issue.

  1. In the Google Cloud console, go to the Deployments page,

    Go to Deployments

  2. Select a folder configured for application management ( ) from the project picker at the top of the page.

    The Applications infrastructure deployment notifications displays the most recent failed deployments from App Design Center. The Issue column indicates the reason for the failure based on information in the Cloud Build logs. If there are no failed deployments in the selected folder, the table is empty.

  3. Investigate the an application failure with one of the following options:

    • To investigate the identified issue for an application, click View in ADC in the table row to view the application in App Design Center.
    • To view details for an application in App Design Center, click the application name.
    • To view a list of all deployments, click View all Application infrastructure deployments.

View applications with available updates

If your deployed applications are based on templates have new revisions, you can view the latest revision and redeploy your application to include the latest changes.

  1. In the Google Cloud console, go to the Deployments page,

    Go to Deployments

  2. Select a folder configured for application management ( ) from the project picker at the top of the page.

    The Applications infrastructure updates available section displays deployed applications with an updated application template. If there are no applications with an updated template in the selected folder, the table is empty.

  3. In the list of application, you can view an application or template by clicking on its name. To review changes to a template and apply changes, click Review and update application. For details about applying a template revision, see Apply template revisions.

View recent deployment details

  1. In the Google Cloud console, go to the Deployments page,

    Go to Deployments

  2. Select a folder configured for application management ( ) from the project picker at the top of the page.

    The Application code deployment updates section displays recent application deployments to GKE or Cloud Run.

  3. To view more information, you can do the following:

    • To view application details in App Hub, click an application name.
    • To view the deployment details in GKE or Cloud Run, click the resource name in the Runtime resource column.
    • To view deployed artifact, click the artifact in the Artifact column.

What's next