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
|