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: 3 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: 2024-10-28T20:02:47.000Z (3 months ago)
- Last Synced: 2024-10-29T15:18:46.856Z (2 months ago)
- Topics: grafana, kubernetes, kyverno, metrics, observability, prometheus-metrics
- Language: Go
- Homepage: https://kyverno.github.io/policy-reporter/
- Size: 28 MB
- Stars: 275
- Watchers: 10
- Forks: 81
- Open Issues: 13
-
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 --devel --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.