Kyverno
kyverno with kyverno-policies and Policy Reporter (metrics & UI).
Usage with Kubernetes
- Read k8s-install.sh and run :
bash k8s-install.sh
- See Policy Reporter UI’s at https://kyverno.dev.localhost or using port-forward :
# To get UI access on http://localhost:8888
kubectl -n kyverno port-forward svc/policy-reporter-ui 8888:8080
# To get API access on http://localhost:8888/metrics
kubectl -n kyverno port-forward svc/policy-reporter 8888:8080
- See also Grafana dashboards where PolicyReport Details (13995) is auto-provisioned.