Kyverno¶
Kubernetes Native Policy Management
install¶
https://kyverno.io/docs/installation/methods/
helm repo add kyverno https://kyverno.github.io/kyverno/
helm repo update
helm install kyverno kyverno/kyverno -n kyverno --create-namespace
helm install kyverno-policies kyverno/kyverno-policies -n kyverno