Monitor resources synced

Apps Operator Apps Operator Duration: 5 min | Persona: Apps Operator

In this section, in the Google Cloud Console you will monitor the resources synced by Config Sync for both the Config Controller instance in the Host project and the GKE cluster in the Tenant project.

Initialize variables:

WORK_DIR=~/
source ${WORK_DIR}acm-workshop-variables.sh

Monitor the resources synced by Config Sync in the Config Controller instance in the Host project

Click on the link displayed by the command below:

echo -e "https://console.cloud.google.com/kubernetes/config_management/dashboard?project=${HOST_PROJECT_ID}"

On the default Dashboard tab, you will find something similar to:

Config Sync Dashboard UI for Config Controller instance Config Sync Dashboard UI for Config Controller instance

Then if you go on the Packages tab, you will find something similar to:

Config Sync Packages UI for Config Controller instance Config Sync Packages UI for Config Controller instance

Monitor the resources synced by Config Sync in the GKE cluster in the Tenant project

Click on the link displayed by the command below:

echo -e "https://console.cloud.google.com/kubernetes/config_management/dashboard?project=${TENANT_PROJECT_ID}"

On the default Dashboard tab, you will find something similar to:

Config Sync Dashboard UI for GKE cluster Config Sync Dashboard UI for GKE cluster

Then if you go on the Packages tab, you will find something similar to:

Config Sync Packages UI for GKE cluster Config Sync Packages UI for GKE cluster