1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-07 00:17:13 +00:00
kyverno/gh-pages/content/features.md

24 lines
898 B
Markdown
Raw Normal View History

2019-05-12 04:16:31 -07:00
# 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
2019-05-12 15:13:53 -07:00
* Generate default resources during namespace creation
* Reporting of policy violations for existing resources
2019-05-12 04:16:31 -07:00
* Kubernetes events for resource changes and policy enforcement
2019-05-12 15:13:53 -07:00
* Test policy changes using kubectl
2019-05-21 10:45:06 -07:00
<p style="margin-top: 30px; margin-left:15px; font-size: 110%;">
2019-05-21 10:52:57 -07:00
Ready for more? <a href="https://github.com/nirmata/kyverno/blob/master/README.md">Read the docs</a>, <a href="https://github.com/nirmata/kyverno/blob/master/documentation/writing-policies.md">write a policy</a>, or <a href="https://github.com/nirmata/kyverno/blob/master/documentation/installation.md">try Kyverno in your cluster</a>!
</p>