Documentation Index
Fetch the complete documentation index at: https://docs.zenable.io/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Kyverno validates and mutates Kubernetes resource manifests at admission time. Policies are written in YAML, making them accessible without learning a separate policy language.Capabilities
- Validate, mutate, generate, and clean up K8s resources
- YAML-native policies
- Pattern-based matching with wildcards and anchors
- Image verification and signature checking
Limitations
- Requires a Kubernetes cluster with Kyverno installed
- Only applicable to Kubernetes workloads — check out Semgrep or CodeQL for application source code, or Checkov for IaC static analysis
Generated Format
- Language: YAML
- Structure: Kyverno
ClusterPolicyorPolicyresources withvalidate/mutaterules - Execution: Applied to a K8s cluster via
kubectl apply