mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-09 09:26:54 +00:00
17 lines
416 B
Markdown
17 lines
416 B
Markdown
# Features
|
|
|
|
* Policy definitions as Kubernetes resources
|
|
|
|
* Validate, mutate, or generate Kubernetes resources
|
|
|
|
* Match resources using label selectors and wildcards
|
|
|
|
* Mutate using overlays (like Kustomize) or JSON Patch
|
|
|
|
* Validate using overlays and powerful conditionals
|
|
|
|
* Policy violation reporting for existing resources
|
|
|
|
* Kubernetes events for resource changes and policy enforcement
|
|
|
|
* Test using kubectl
|