GitOps policy-as-code: Securing Kubernetes with Argo CD and Kyverno
… There are four types of policies it supports: Validate : block or audit resources that don’t meet your rules Block: If resource does not comply it will not be created Audit: If resource does not comply It will still be created but Log that the resource does not comply due to policy Mutate : Instead… …