8000 GitHub - paulfantom/kyverno-policy-reporter: Monitoring and Observability Tool for the PolicyReport CRD with an optional UI.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

paulfantom/kyverno-policy-reporter

 
 

Repository files navigation

Policy Reporter 3.x

CI Go Report Card Coverage Status

Screenshot Policy Reporter UI v2

Documentation

The documentation for Policy Reporter v3 can be found here: https://kyverno.github.io/policy-reporter-docs/

Getting Started

Installation with Helm v3

Installation via Helm Repository

Add the Helm repository

helm repo add policy-reporter https://kyverno.github.io/policy-reporter
helm repo update

Installation with Policy Reporter UI and Kyverno Plugin enabled

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.

About

Monitoring and Observability Tool for the PolicyReport CRD with an optional UI.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 88.4%
  • HTML 8.1%
  • Smarty 1.8%
  • Makefile 1.6%
  • Dockerfile 0.1%
0