Skip to content

Commit e6c61d7

Browse files
author
Mathieu Benoit
committed
Add new "Monitor policies violations" page
1 parent a5663cf commit e6c61d7

4 files changed

+31
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: "Monitor policies violations"
3+
weight: 8
4+
description: "Duration: 5 min | Persona: Apps Operator"
5+
tags: ["apps-operator", "monitoring", "security-tips"]
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 Policy Controller's policies violations for 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+
Click on the link displayed by the command below:
19+
```Bash
20+
echo -e "https://console.cloud.google.com/kubernetes/policy_controller/dashboard?project=${TENANT_PROJECT_ID}"
21+
```
22+
23+
On the default **Dashboard** tab, you will find something similar to:
24+
25+
![Policy Controller Dashboard UI for GKE cluster](/images/policy-controller-dashboard-ui-gke.png)
26+
27+
Then if you go on the **Violations** tab, you will find something similar to:
28+
29+
![Policy Controller Violations UI for GKE cluster](/images/policy-controller-violations-ui-gke.png)

app/content/monitoring-and-audit/monitor-resources-synced.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ echo -e "https://console.cloud.google.com/kubernetes/config_management/dashboard
3939

4040
On the default **Dashboard** tab, you will find something similar to:
4141

42-
![Config Sync Dashboard UI for Config Controller instance](/images/config-sync-dashboard-ui-gke.png)
42+
![Config Sync Dashboard UI for GKE cluster](/images/config-sync-dashboard-ui-gke.png)
4343

4444
Then if you go on the **Packages** tab, you will find something similar to:
4545

46-
![Config Sync Packages UI for Config Controller instance](/images/config-sync-packages-ui-gke.png)
46+
![Config Sync Packages UI for GKE cluster](/images/config-sync-packages-ui-gke.png)
Loading
Loading

0 commit comments

Comments
 (0)