Skip to content

Commit

Permalink
Add new "Monitor policies violations" page
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Benoit committed Dec 31, 2022
1 parent a5663cf commit e6c61d7
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 2 deletions.
29 changes: 29 additions & 0 deletions app/content/monitoring-and-audit/monitor-policies-violations.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
title: "Monitor policies violations"
weight: 8
description: "Duration: 5 min | Persona: Apps Operator"
tags: ["apps-operator", "monitoring", "security-tips"]
---
![Apps Operator](/images/apps-operator.png)
_{{< param description >}}_

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.

Initialize variables:
```Bash
WORK_DIR=~/
source ${WORK_DIR}acm-workshop-variables.sh
```

Click on the link displayed by the command below:
```Bash
echo -e "https://console.cloud.google.com/kubernetes/policy_controller/dashboard?project=${TENANT_PROJECT_ID}"
```

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

![Policy Controller Dashboard UI for GKE cluster](/images/policy-controller-dashboard-ui-gke.png)

Then if you go on the **Violations** tab, you will find something similar to:

![Policy Controller Violations UI for GKE cluster](/images/policy-controller-violations-ui-gke.png)
4 changes: 2 additions & 2 deletions app/content/monitoring-and-audit/monitor-resources-synced.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ echo -e "https://console.cloud.google.com/kubernetes/config_management/dashboard

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)
![Config Sync Dashboard UI for GKE cluster](/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)
![Config Sync Packages UI for GKE cluster](/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.

0 comments on commit e6c61d7

Please sign in to comment.