Skip to content

Commit

Permalink
docs(kyverno): document policy reporter UI and grafana/prometheus int…
Browse files Browse the repository at this point in the history
…egration (refs #38)
  • Loading branch information
mborne committed May 21, 2024
1 parent 733efd3 commit 9047144
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions kyverno/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

## Usage with Kubernetes

Read [k8s-install.sh](k8s-install.sh) and run :
* Read [k8s-install.sh](k8s-install.sh) and run :

```bash
bash k8s-install.sh
```

To get access to [Policy Reporter](https://kyverno.github.io/policy-reporter/) :
* See [Policy Reporter](https://kyverno.github.io/policy-reporter/) UI's at https://kyverno.dev.localhost or using port-forward :

```bash
# To get UI access on http://localhost:8888
Expand All @@ -20,7 +20,16 @@ kubectl -n kyverno port-forward svc/policy-reporter-ui 8888:8080
kubectl -n kyverno port-forward svc/policy-reporter 8888:8080
```

* See also [Grafana](../grafana/README.md) dashboards where [PolicyReport Details (13995)](https://grafana.com/grafana/dashboards/13995-policyreport-details/) is auto-provisioned.


## Ressources

* [kyverno.io - Introduction](https://kyverno.io/docs/introduction/)
* [kyverno - helm chart](https://artifacthub.io/packages/helm/kyverno/kyverno)
* [helm/kyverno/values.yaml](helm/kyverno/values.yaml)
* [kyverno-policies - helm chart](https://artifacthub.io/packages/helm/kyverno/kyverno-policies)
* [helm/kyverno-policies/values.yaml](helm/kyverno-policies/values.yaml)
* [kyverno.github.io/policy-reporter - Getting started](https://kyverno.github.io/policy-reporter/guide/getting-started)
* [helm/policy-reporter/values.yaml](helm/policy-reporter/values.yaml)

0 comments on commit 9047144

Please sign in to comment.