generated from mathieu-benoit/asm-workshop
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new page "Monitor resources synced"
- Loading branch information
Mathieu Benoit
committed
Dec 31, 2022
1 parent
d4b3b8d
commit a5663cf
Showing
5 changed files
with
46 additions
and
0 deletions.
There are no files selected for viewing
46 changes: 46 additions & 0 deletions
46
app/content/monitoring-and-audit/monitor-resources-synced.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
--- | ||
title: "Monitor resources synced" | ||
weight: 7 | ||
description: "Duration: 5 min | Persona: Apps Operator" | ||
tags: ["apps-operator", "gitops-tips", "monitoring"] | ||
--- | ||
![Apps Operator](/images/apps-operator.png) | ||
_{{< param description >}}_ | ||
|
||
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. | ||
|
||
Initialize variables: | ||
```Bash | ||
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: | ||
```Bash | ||
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](/images/config-sync-dashboard-ui-config-controller.png) | ||
|
||
Then if you go on the **Packages** tab, you will find something similar to: | ||
|
||
![Config Sync Packages UI for Config Controller instance](/images/config-sync-packages-ui-config-controller.png) | ||
|
||
## Monitor the resources synced by Config Sync in the GKE cluster in the Tenant project | ||
|
||
Click on the link displayed by the command below: | ||
```Bash | ||
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 Config Controller instance](/images/config-sync-dashboard-ui-gke.png) | ||
|
||
Then if you go on the **Packages** tab, you will find something similar to: | ||
|
||
![Config Sync Packages UI for Config Controller instance](/images/config-sync-packages-ui-gke.png) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.