Skip to content

Commit

Permalink
Add new page "Monitor resources synced"
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Benoit committed Dec 31, 2022
1 parent d4b3b8d commit a5663cf
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions app/content/monitoring-and-audit/monitor-resources-synced.md
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.

0 comments on commit a5663cf

Please sign in to comment.