|
| 1 | +--- |
| 2 | +title: "Monitor resources synced" |
| 3 | +weight: 7 |
| 4 | +description: "Duration: 5 min | Persona: Apps Operator" |
| 5 | +tags: ["apps-operator", "gitops-tips", "monitoring"] |
| 6 | +--- |
| 7 | + |
| 8 | +_{{< param description >}}_ |
| 9 | + |
| 10 | +In this section, in the Google Cloud Console you will monitor the resources synced by Config Sync for both the Config Controller in the Host project and the GKE cluster in the Tenant project. |
| 11 | + |
| 12 | +Initialize variables: |
| 13 | +```Bash |
| 14 | +WORK_DIR=~/ |
| 15 | +source ${WORK_DIR}acm-workshop-variables.sh |
| 16 | +``` |
| 17 | + |
| 18 | +## Monitor the resources synced by Config Sync in the Config Controller instance in the Host project |
| 19 | + |
| 20 | +Click on the link displayed by the command below: |
| 21 | +```Bash |
| 22 | +echo -e "https://console.cloud.google.com/kubernetes/config_management/dashboard?project=${HOST_PROJECT_ID}" |
| 23 | +``` |
| 24 | + |
| 25 | +On the default **Dashboard** tab, you will find something similar to: |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | +Then if you go on the **Packages** tab, you will find something similar to: |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | +## Monitor the resources synced by Config Sync in the GKE cluster in the Tenant project |
| 34 | + |
| 35 | +Click on the link displayed by the command below: |
| 36 | +```Bash |
| 37 | +echo -e "https://console.cloud.google.com/kubernetes/config_management/dashboard?project=${TENANT_PROJECT_ID}" |
| 38 | +``` |
| 39 | + |
| 40 | +On the default **Dashboard** tab, you will find something similar to: |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | +Then if you go on the **Packages** tab, you will find something similar to: |
| 45 | + |
| 46 | + |
0 commit comments