diff --git a/content/en/_index.md b/content/en/_index.md index 59867c9b4..8483e4f5c 100644 --- a/content/en/_index.md +++ b/content/en/_index.md @@ -4,7 +4,7 @@ linkTitle = "Kyverno" +++ {{< blocks/cover title="Kyverno" image_anchor="top" height="full" color="dark" >}} -# Policy Management. Simplified. { class="text-center" } +# Policy as Code, Simplified! { class="text-center" }
@@ -28,18 +28,19 @@ linkTitle = "Kyverno"

-Policy Management for Kubernetes and cloud native environments. +The Kyverno project provides a comprehensive set of tools to manage the complete Policy-as-Code (PaC) lifecycle for Kubernetes and other cloud native environments


-Kyverno policies are declarative YAML resources and no new language is required to write policies. This allows using familiar tools such as kubectl, git, and kustomize to manage policies. For efficient handling of complex logic, Kyverno supports both JMESPath and the Common Expressions Language (CEL) languages. + +Kyverno policies are declarative YAML resources and no new language is required. Kyverno enables use of familiar tools such as kubectl, git, and kustomize to manage policies. Kyverno supports JMESPath and the Common Expressions Language (CEL) for efficient handling of complex logic. In Kubernetes environments, Kyverno policies can validate, mutate, generate, and cleanup any Kubernetes resource, including custom resources. To help secure the software supply chain Kyverno policies can verify OCI container image signatures and artifacts. Kyverno policy reports and policy exceptions are also Kubernetes API resources. -The **Kyverno CLI** can be used to apply and test policies off-cluster e.g., as part of a CI/CD pipeline. +The **Kyverno CLI** can be used to apply and test policies off-cluster e.g., as part of an IaC and CI/CD pipelines. -**Kyverno Policy Reporter** provides in-cluster report management with a graphical web-based user interface. +**Kyverno Policy Reporter** provides report management with a graphical web-based user interface. **Kyverno JSON** allows applying Kyverno policies in non-Kubernetes environments and on any JSON payload. diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index d76e35c31..174610ca7 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -22,8 +22,8 @@ {{ with .Site.Params.copyright }}© {{ now.Year}} {{ .}} {{ T "footer_all_rights_reserved" }}{{ end }}

+ - {{ define "footer-links-block" }}