Monitor resources synced
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:
Then if you go on the Packages tab, you will find something similar to:
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:
Then if you go on the Packages tab, you will find something similar to: