Member post originally published on Nirmata’s blog by Jim Bugwadia Do policies that mutate or generate resources violate GitOps principles? In this blog post, I will show you how policy-based resource…| CNCF
Check resources configurations for policy compliance.| Kyverno
Fine-grained control of policy rule execution based on variables and expressions.| Kyverno
Diffing Customization¶| argo-cd.readthedocs.io
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
Pods are the smallest deployable units of computing that you can create and manage in Kubernetes. A Pod (as in a pod of whales or pea pod) is a group of one or more containers, with shared storage and network resources, and a specification for how to run the containers. A Pod's contents are always co-located and co-scheduled, and run in a shared context. A Pod models an application-specific "logical host": it contains one or more application containers which are relatively tightly coupled.| Kubernetes
Special considerations for certain Kubernetes platforms.| Kyverno
Configuration options for a Kyverno installation.| Kyverno