Deploy an application from the console

After you create an application instance from a template, you can deploy the application from the Google Cloud console. When you deploy from the Google Cloud console, you can do the following:

  • Preview changes that Terraform plans to make to your infrastructure.
  • Enable Google Cloud resource APIs that are required for your application.
  • Investigate deployment issues.
  • Use telemetry data to analyze resource performance.
  • Identify and apply template revisions to your application.

This document helps you deploy, manage, and modify your application.

Before you begin

You must have one of the following roles:

  • Application Admin (roles/designcenter.applicationAdmin)
  • Application Operator (roles/designcenter.applicationOperator)

To deploy the application with a service account, you must have one of the following:

  • Your own service account that you configured to deploy applications and underlying resources. For more information, see Grant roles required to deploy applications.
  • The Project IAM Admin (roles/resourcemanager.projectIamAdmin) role, which is required to create a new service account during deployment.

Deploy from the Google Cloud console

Select a service account option and deploy your application. When you deploy an application, Google Cloud resources are created, and you begin to incur charges associated with those resources.

  1. From the navigation menu, click Applications.

    Go to Applications

  2. From the table, click the Application name.

  3. From the Application details page, review the details and click Edit to make changes.

  4. Click Deploy.

  5. Select one of the following service accounts to deploy your application:

    • Select a service account from the current project: In the Service account field, enter the name of a service account in the selected project. The service account must have the listed roles on the project you selected. For steps to configure the service account, see Grant roles required to deploy applications.

    • Create a new service account: You must have the Project IAM Admin (roles/resourcemanager.projectIamAdmin) role, which is used to assign the required deployment roles to the service account.

  6. Click Proceed.

  7. To preview the changes that Terraform plans to make to your infrastructure, do the following:

    1. Click Preview.

    2. Review the changes and click Copy and close. The preview is copied to your clipboard.

    3. To save the preview, paste and save in a document of your choice.

  8. In the Review APIs area, review the list of APIs that are required for your application. The APIs are automatically enabled when you deploy.

  9. Click Deploy. The application details and deployment status are displayed while the instance is deployed.

  10. If there are issues with your deployment, click Link to logs to view detailed build information.

  11. To manage your deployed application, see View application details.

View application details

When your application finishes deploying, you can do the following:

  • View output details like the service URI.
  • View a list of deployed resources.
  • View telemetry data to diagnose issues and analyze performance.

To view application details, do the following:

  1. From the navigation menu, click Applications.

    Go to Applications

  2. From the table, click the Application name.

  3. To view output details, click Outputs. For example, your application might have a frontend service URI.

  4. To view deployed resources and links to monitoring dashboards in App Hub, click View app in App Hub. For more information, see Monitor App Hub applications.

Modify deployed applications

If you want to modify a deployed application, do one of the following to make sure that your changes are retained when you redeploy the application:

Apply template revisions

If your application was previously deployed from the Google Cloud console, and an administrator has shared a template revision with you, you can apply the template changes to your application. When you update your application, an application revision is created. You can configure components that were modified or added to the revised template.

You can view available template revisions for your applications using Cloud Hub. For more information, see View deployments.

To apply template revisions to your application, do the following:

  1. From the navigation menu, click Templates.

    Go to Templates

  2. Click the Template ID that contains the revision you want to apply.

  3. From the Configure an app list, select the instance that you want to update.

  4. Edit the application details and click Save.

  5. Click each component in the design canvas, and modify component configurations.

  6. Click Deploy. For deployment steps, see Deploy from the Google Cloud console.