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 "Monitor policies violations" page
- Loading branch information
Mathieu Benoit
committed
Dec 31, 2022
1 parent
a5663cf
commit e6c61d7
Showing
4 changed files
with
31 additions
and
2 deletions.
There are no files selected for viewing
29 changes: 29 additions & 0 deletions
29
app/content/monitoring-and-audit/monitor-policies-violations.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,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) |
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
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.