Check resources configurations for policy compliance.| Kyverno
Fine-grained control of policy rule execution based on variables and expressions.| Kyverno
Modify resource configurations during admission or retroactively against existing resources.| Kyverno
Fetch data from ConfigMaps, the Kubernetes API server, other cluster services, and image registries for use in Kyverno policies.| Kyverno
The apply command is used to perform a dry run on one or more policies with a given set of input resources. This can be useful to determine a policy’s effectiveness prior to committing to a cluster. In the case of mutate policies, the apply command can show the mutated resource as an output. The input resources can either be resource manifests (one or multiple) or can be taken from a running Kubernetes cluster. The apply command supports files from URLs both as policies and resources.| Kyverno
Configuration options for a Kyverno installation.| Kyverno
How to assign Node metadata like labels and annotations to Pods.| Kyverno
Using Kyverno to mutate OpenShift MachineSet resources for easier automation.| Kyverno