Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.46 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.46 KB

Kyverno

kyverno with kyverno-policies and Policy Reporter (metrics & UI).

Usage with Kubernetes

bash k8s-install.sh
# 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

Ressources