Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.

Commit a5663cf

Browse files
author
Mathieu Benoit
committed
Add new page "Monitor resources synced"
1 parent d4b3b8d commit a5663cf

File tree

5 files changed

+46
-0
lines changed

5 files changed

+46
-0
lines changed
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
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+
![Apps Operator](/images/apps-operator.png)
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+
![Config Sync Dashboard UI for Config Controller instance](/images/config-sync-dashboard-ui-config-controller.png)
28+
29+
Then if you go on the **Packages** tab, you will find something similar to:
30+
31+
![Config Sync Packages UI for Config Controller instance](/images/config-sync-packages-ui-config-controller.png)
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+
![Config Sync Dashboard UI for Config Controller instance](/images/config-sync-dashboard-ui-gke.png)
43+
44+
Then if you go on the **Packages** tab, you will find something similar to:
45+
46+
![Config Sync Packages UI for Config Controller instance](/images/config-sync-packages-ui-gke.png)
239 KB
Loading
240 KB
Loading
168 KB
Loading
191 KB
Loading

0 commit comments

Comments
 (0)