Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kyverno/policy-reporter
Monitoring and Observability Tool for the PolicyReport CRD with an optional UI.
https://github.com/kyverno/policy-reporter
grafana kubernetes kyverno metrics observability prometheus-metrics
Last synced: 5 days ago
JSON representation
Monitoring and Observability Tool for the PolicyReport CRD with an optional UI.
- Host: GitHub
- URL: https://github.com/kyverno/policy-reporter
- Owner: kyverno
- License: mit
- Created: 2021-02-19T23:55:09.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-17T19:50:09.000Z (25 days ago)
- Last Synced: 2025-01-18T12:52:02.372Z (24 days ago)
- Topics: grafana, kubernetes, kyverno, metrics, observability, prometheus-metrics
- Language: Go
- Homepage: https://kyverno.github.io/policy-reporter-docs/
- Size: 28.4 MB
- Stars: 292
- Watchers: 10
- Forks: 87
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Policy Reporter 3.x
[![CI](https://github.com/kyverno/policy-reporter/actions/workflows/ci.yaml/badge.svg)](https://github.com/kyverno/policy-reporter/actions/workflows/ci.yaml) [![Go Report Card](https://goreportcard.com/badge/github.com/kyverno/policy-reporter)](https://goreportcard.com/report/github.com/kyverno/policy-reporter) [![Coverage Status](https://coveralls.io/repos/github/kyverno/policy-reporter/badge.svg?branch=main)](https://coveralls.io/github/kyverno/policy-reporter?branch=main)![Screenshot Policy Reporter UI v2](https://github.com/kyverno/policy-reporter/blob/main/docs/images/screen.png)
## Documentation
The documentation for Policy Reporter v3 can be found here: [https://kyverno.github.io/policy-reporter-docs/](https://kyverno.github.io/policy-reporter-docs/)
## Getting Started
## Installation with Helm v3
Installation via Helm Repository
### Add the Helm repository
```bash
helm repo add policy-reporter https://kyverno.github.io/policy-reporter
helm repo update
```### Installation with Policy Reporter UI and Kyverno Plugin enabled
```bash
helm install policy-reporter policy-reporter/policy-reporter --create-namespace -n policy-reporter --set ui.enabled=true --set kyverno-plugin.enabled=true
kubectl port-forward service/policy-reporter-ui 8082:8080 -n policy-reporter
```Open `http://localhost:8082/` in your browser.