This document describes how to set up Cloud Hub.
There are several main steps in the setup process:
To create App Hub applications and view data about them in Cloud Hub, set up application management.
If you don't set up application management, you can still view some data by Google Cloud project instead of by application in Cloud Hub.
Enable APIs for project data. Some pages in Cloud Hub don't support application data. You must enable APIs for these pages separately.
Grant access to Cloud Hub users.
Different people or teams might be responsible for different steps in the Cloud Hub setup process.
Set up application management
This section describes the steps required to enable application management and create your applications.
Required roles
To get the permissions that you need to configure an app-enabled folder, ask your administrator to grant you the following IAM roles:
-
Enable application management:
Folder Admin (
roles/resourcemanager.folderAdmin) on the parent resource for the folder -
Link a billing account to the management project:
-
Project Billing Manager (
roles/billing.projectManager) on the management project -
Billing Account User (
roles/billing.user) on the target billing account
-
Project Billing Manager (
-
Enable recommended APIs:
Service Usage Admin (
roles/serviceusage.serviceUsageAdmin) on the management project, only if you want to enable additional services -
Grant application-centric roles to users:
Project IAM Admin (
roles/resourcemanager.projectIamAdmin) on the management project -
Configure the observability scope:
-
Observability Editor (
roles/observability.editor) on the management project -
Logs Configuration Writer (
roles/logging.configWriter) on the management project -
Monitoring Admin (
roles/monitoring.admin) on the management project and on each project that you want to add to the metrics scope -
Cloud Trace User (
roles/cloudtrace.user) on the management project -
App Hub Viewer (
roles/apphub.viewer) on the management project
-
Observability Editor (
-
View application-level and project-level data in Cloud Hub:
Cloud Hub Operator (
roles/cloudhub.operator) on the app-enabled 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.
Enable a application management
Application management lets you shift your focus from individual infrastructure components to your application as a whole.
When you enable application management on a folder, the folder is called app-enabled folder and the following occurs:
- A project is defined as the management project in the folder.
- The system enables required APIs on the management project.
- The management project stores application data, including enabled APIs, billing, quotas, and access controls.
To enable application management on a folder, do the following:
Console
Select or create the Google Cloud folder that you want to configure as an app-enabled folder. To create a new folder, see Creating folders.
In the Google Cloud console, open the Manage resources page.
From the list of projects and folders, locate the folder that you want to configure.
If a folder has the
app-enabled folder icon, application management is already enabled.In the folder row, open the Actions menu and click Settings.
If application management has not been enabled on the folder, the Application management setting displays Not enabled.
In the Enable application management area, click Create project.
The Create management project and enable required APIs panel opens.
Review the list of required APIs. These APIs manage your application lifecycle. For APIs that have associated costs, click the API name to learn more about pricing.
To enable application management, click Create project and enable APIs.
The system creates the management project in the folder.
Make note of the project name and ID of the management project. You'll use these values to grant access.
Alternatively, to get the management project ID, you can use the following Google Cloud CLI command:
gcloud resource-manager folders describe FOLDER_ID --format="value(managementProject.split('/').slice(-1))"Replace
FOLDER_IDwith the ID of the app-enabled folder.For more information, see Find the project name, number, and ID.
gcloud
-
In the Google Cloud console, activate Cloud Shell.
At the bottom of the Google Cloud console, a Cloud Shell session starts and displays a command-line prompt. Cloud Shell is a shell environment with the Google Cloud CLI already installed and with values already set for your current project. It can take a few seconds for the session to initialize.
Make sure that the most recent version of Google Cloud CLI is installed:
gcloud components updateTo enable application management on a specific folder, use the
gcloud resource-manager capabilities updatecommand with the--enableflag.gcloud resource-manager capabilities update folders/FOLDER_ID/capabilities/app-management \ --enableReplace
FOLDER_IDwith the ID of the folder.This command enables the application management capability on the specified folder and automatically provisions a new Google Cloud project within that folder to serve as the management project.
Optionally, to enable recommended APIs on the management project, follow the instructions to enable Google Cloud services on a project.
Terraform
To enable application management on a folder using Terraform, use
the google_resource_manager_capability resource,
for example:
resource "google_folder" "folder" {
display_name = "my-folder"
parent = "organizations/123456789"
deletion_protection = false
}
resource "time_sleep" "wait_60s" {
depends_on = [google_folder.folder]
create_duration = "60s"
}
resource "google_resource_manager_capability" "capability" {
value = true
parent = "${google_folder.folder.name}"
capability_name = "app-management"
depends_on = [time_sleep.wait_60s]
}
This command enables the application management capability on the specified folder and automatically provisions a new Google Cloud project within that folder to serve as the management project. To enable the list of recommended APIs on the management project, follow the instructions to enable an API service on a Google Cloud project.
Link a billing account to the management project
To use advanced Application-centric Google Cloud features, you must link an active billing account to the management project. For example, a linked billing account helps you do the following:
- Manage workloads that exceed App Hub resource quotas.
- Use Application Design Center to create templates and deploy applications.
For an overview of potential costs associated with application management and the enabled APIs, see Understanding costs.
Follow these steps to link an active billing account to your management project:
Console
Verify the billing account that you want to use for application management exists. To create a billing account, see Create a new self-serve Cloud Billing account.
In the Google Cloud console, open the Billing page.
In the My projects tab, locate the management project.
In the project row, open the Actions menu, select Change billing, and then choose the Cloud Billing account.
For more information about enabling billing for a project, see Enabling billing for a project.
gcloud
gcloud billing projects link PROJECT_ID \
--billing-account ACCOUNT_ID
Replace the following:
PROJECT_ID: the ID of the management project.ACCOUNT_ID: the ID of the billing account. Billing account IDs are in the format0X0X0X-0X0X0X-0X0X0X.
Configure observability scopes
The observability scope determines where the Google Cloud console searches for telemetry data to display. Each Google Cloud project has a single observability scope, which identifies the default log and trace scopes. For metric data, the project's metrics scope determines where the Google Cloud console searches for data.
To view or analyze all of your application's telemetry data, configure the observability scope and the metrics scope for the management project. By configuring these scopes, Cloud Hub and other services can find and display your application's log, metric, and trace data, even when that data is stored in multiple projects.
This section summarizes the required configuration. For detailed instructions, see Set up application monitoring. The following table shows the required configuration scopes.
| Scope component | Configuration scenario | Key actions and considerations |
|---|---|---|
| Log scope | You use an aggregated sink to route all logs in the organization to a central log bucket. |
|
| You don't have an organization-level aggregated sink, and the app-enabled folder doesn't have nested folders. |
|
|
| You don't want to use an aggregated sink. | Configure the default log scope on the management project to list the storage locations of your application's log data. | |
| Metrics scope | You configured an app-enabled folder containing all the projects that store the metric data you want to view. | Google Cloud Observability attempts to synchronize the list of projects in your app-enabled folder with the list of projects on the scope of the metrics. As long as the number of projects in the app-enabled folder doesn't exceed your metric scope quota, Google Cloud Observability can keep the list of projects on the scope of the metrics updated when you add or remove projects in the app-enabled folder. |
| Trace scope | You want to monitor application trace data across multiple projects. |
|
Create applications
After you have enabled application management, you can create your applications. You have the following options to create your applications:
- Use App Hub to create applications from existing Google Cloud resources. See Create an application.
- Use Application Design Center to design and deploy new Google Cloud resources, which automatically provision App Hub applications. You use application templates to define the design and then deploy application instances based on the templates.
Enable APIs for project data
Most pages in Cloud Hub display both application data and project data. However, some pages only support project views of data.
When you set up application management, APIs for viewing application data in Cloud Hub were enabled on the management project.
To view data for resources in individual projects, you must enable the required APIs on those projects. Some required APIs, such as Cloud Logging and Cloud Monitoring, are enabled by default when you create a project.
Required roles
To get the permissions that you need to enable APIs, ask your administrator to grant you the Service Usage Admin (roles/serviceusage.serviceUsageAdmin) IAM role on the project. 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 use Gemini Cloud Assist to get help with tasks such as troubleshooting or cost optimization, set up Gemini Cloud Assist to enable the required APIs. This setup is separate from API enablement in Cloud Hub.
The following table summarizes the APIs required for each Cloud Hub page.
Enable APIs
To enable APIs for projects, perform the following steps:
| Page | Supported data | Required APIs | Optional features |
|---|---|---|---|
| Home | Application or project | The Home page displays summary data from the other Cloud Hub pages. | |
| Deployments | Application | App Hub and Application Design Center | |
| Health & troubleshooting | Application or project | App Hub for application data support Cloud Logging, Cloud Monitoring, Error Reporting, Personalized Service Health, and Cloud Asset Inventory for health data |
Set up Gemini Cloud Assist to create and view Investigations. |
| Optimization | Application or project | App Hub for application data support Cloud Monitoring and App Optimize for cost and usage data |
Set up Gemini Cloud Assist to get assistance with cost optimization. |
| Maintenance | Project only | Unified Maintenance | |
| Quotas & reservations | Project only | Cloud Quotas for quota data Compute Engine and Capacity Planner for users in the Capacity Planner private preview |
|
| Support | Project only | Cloud Customer Care |
Console
From the Cloud Hub Home page, you can view a list of APIs that are not enabled for Cloud Hub and enable those APIs.
In the Google Cloud console, go to the Home page,
From the project picker, select the project that you want to view.
Next to Enable Recommended APIs click View APIs. A dialog displays APIs to enable.
To enable the APIs, click Enable.
gcloud
You can use Google Cloud CLI to enable one or more specific APIs.
Set the default project to the project where you want to enable the API.
gcloud config set project PROJECT_ID
Replace
PROJECT_IDwith your project ID.Get a list of services that you can enable in your project:
gcloud services list --availableIf you don't see the API listed, that means you haven't been granted access to enable the API.
Enable the services that you want to use in the project. You can enable more than one API by providing a list of service names.
gcloud services enable SERVICE_NAME1 SERVICE_NAME2
Grant access to Cloud Hub users
The Cloud Hub Operator role includes permissions for viewing most data in Cloud Hub. You must grant access to view resource costs on the Optimization page and Gemini Cloud Assist investigations separately.
Depending on the specific responsibilities of your users, you might need to grant other roles so that they can take action on data that they view in Cloud Hub.
Required roles
To get the permissions that you need to manage access to a project or folder, ask your administrator to grant you the following IAM roles on the resource that you want to manage access for (project or folder):
-
To manage access to a project:
Project IAM Admin (
roles/resourcemanager.projectIamAdmin) -
To manage access to a folder:
Folder Admin (
roles/resourcemanager.folderAdmin)
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.
Grant access for application data
Console
In the Google Cloud console, go to the IAM page.
In the project selector, choose the app-enabled folder.
On the IAM page, click Grant access. The Grant access pane opens.
In the New principals field, enter the email address of a Cloud Hub user.
Click Select a role and in the Filter field, enter Cloud Hub.
Select the Cloud Hub Operator role and click Save. The role is granted to the individual across all the projects and sub-folders of the app-enabled folder.
In the project selector, choose the management project.
To grant roles for resource costs and investigations, grant the required roles on the management project.
- On the IAM page, click Grant access. The Grant access pane opens.
- Grant the following roles to the appropriate individuals:
- To view cost data on the Optimization page - Reader (
roles/reader) or Viewer (roles/viewer), or a custom role that contains thebilling.resourceCosts.getpermission. - To view Gemini Cloud Assist investigations -
Investigation Viewer (
roles/geminicloudassist.investigationViewer)
- To view cost data on the Optimization page - Reader (
gcloud
-
In the Google Cloud console, activate Cloud Shell.
At the bottom of the Google Cloud console, a Cloud Shell session starts and displays a command-line prompt. Cloud Shell is a shell environment with the Google Cloud CLI already installed and with values already set for your current project. It can take a few seconds for the session to initialize.
Make sure that the most recent version of Google Cloud CLI is installed. Run the following command from the Cloud Shell:
gcloud components update
Grant the Cloud Hub Operator role in the app-enabled folder to the individuals. This role is granted to an individual across all the projects and sub-folders of the app-enabled folder.
gcloud resource-manager folders add-iam-policy-binding FOLDER_ID \ --member='user:PRINCIPAL' \ --role='roles/cloudhub.operator'Replace
FOLDER_IDwith the ID of the folder. You can find your app-enabled folder ID on the IAM & Admin Settings page of the Google Cloud console. To ensure that the folder is app-enabled, the Settings page should display the Management project ID. If you can't find the Management project ID, you might not be on an app-enabled folder. From the project selector, select your app-enabled folder.Grant access to view resource costs on the management project. The example command grants the Reader (
roles/reader) role. To grant a role with a narrower set of permissions, create a custom role that contains thebilling.resourceCosts.getpermission.gcloud projects add-iam-policy-binding PROJECT-ID \ --member='user:PRINCIPAL' \ --role='roles/reader'Replace
PROJECT-IDwith the ID of the management project. The management project ID for a folder has the formatFOLDER-NAME-mp.Grant access to view investigations on the management project.
gcloud projects add-iam-policy-binding PROJECT-ID \ --member='user:PRINCIPAL' \ --role='roles/geminicloudassist.investigationViewer'
Grant access for project data
Console
In the Google Cloud console, go to the Cloud Hub Home page.
In the project selector, choose your project.
Click Manage access. The Grant access pane opens.
In the New principals field, enter the email address of a Cloud Hub user.
Click Select a role and in the Filter field, enter Cloud Hub.
Select the Cloud Hub Operator role and click Save.
Use the same steps to grant roles for viewing resource costs and investigations.
- To view cost data on the Optimization page - Reader (
roles/reader) or Viewer (roles/viewer), or a custom role that contains thebilling.resourceCosts.getpermission. - To view Gemini Cloud Assist investigations -
Investigation Viewer (
roles/geminicloudassist.investigationViewer)
- To view cost data on the Optimization page - Reader (
gcloud
-
In the Google Cloud console, activate Cloud Shell.
At the bottom of the Google Cloud console, a Cloud Shell session starts and displays a command-line prompt. Cloud Shell is a shell environment with the Google Cloud CLI already installed and with values already set for your current project. It can take a few seconds for the session to initialize.
Make sure that the most recent version of Google Cloud CLI is installed. Run the following command from the Cloud Shell:
gcloud components update
Grant the Cloud Hub Operator role on the project.
gcloud projects add-iam-policy-binding PROJECT_ID \ --member='user:PRINCIPAL' \ --role='roles/cloudhub.operator'Replace
PROJECT_IDwith the project ID.Grant access to view resource costs in the project. The example command grants the Reader (
roles/reader) role. To grant a role with a narrower set of permissions, create a custom role that contains thebilling.resourceCosts.getpermission.gcloud projects add-iam-policy-binding PROJECT_ID \ --member='user:PRINCIPAL' \ --role='roles/reader'Grant access to view investigations in the project.
gcloud projects add-iam-policy-binding PROJECT_ID \ --member='user:PRINCIPAL' \ --role='roles/geminicloudassist.investigationViewer'
What's next
- View the Home page.