1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-20 14:44:50 +00:00
Cloud Native Policy Management
Find a file
Charles-Edouard Brétéché 6c8446b831
feat: simplify resource cel lib (#12426)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
2025-03-17 16:31:01 +00:00
.devcontainer chore(deps): bump ubuntu from 80dd3c3 to 7229784 in /.devcontainer (#12074) 2025-02-04 09:19:47 +01:00
.github chore(deps): bump docker/login-action from 3.3.0 to 3.4.0 (#12422) 2025-03-17 07:49:42 +00:00
.vscode chore: add --reportsServiceAccountName in launch.json (#10943) 2024-08-28 20:49:10 +00:00
api feat: enable mutating webhook for ivpol (#12423) 2025-03-17 12:31:37 +00:00
charts feat: reconcile ivpol.status (#12392) 2025-03-15 05:29:19 +05:30
cmd feat: enable mutating webhook for ivpol (#12423) 2025-03-17 12:31:37 +00:00
config feat: reconcile ivpol.status (#12392) 2025-03-15 05:29:19 +05:30
docs feat: enable mutating webhook for ivpol (#12423) 2025-03-17 12:31:37 +00:00
ext chore: bump k8s libs to 0.30 (#10285) 2024-06-04 15:09:44 +08:00
hack chore: add policy api unit tests (#12315) 2025-03-06 16:31:14 +00:00
img upload logo (#1560) 2021-02-08 13:09:37 -08:00
litmuschaos [Chore] Bump to Go 1.20 (#6683) 2023-04-03 11:40:47 +00:00
pkg feat: simplify resource cel lib (#12426) 2025-03-17 16:31:01 +00:00
scripts feat(ci): test upgrade conformance (#11498) 2024-11-15 11:53:44 +00:00
test feat: add globalcontext CEL lib (#12425) 2025-03-17 16:53:32 +01:00
.chainsaw.yaml fix: update chainsaw test apply timeout to 30s (#11794) 2024-12-20 09:59:42 +00:00
.codeclimate.yml remove arm from goreleaser (#903) 2020-06-04 11:45:37 -07:00
.directory Implemented validation across same yaml 2019-06-20 18:21:55 +03:00
.gitignore chore: ignore kyverno.tar file (#12314) 2025-03-06 21:08:11 +00:00
.golangci.yml feat: bump to k8s 1.31 (#10938) 2024-08-28 17:09:58 +00:00
.goreleaser.yml fix: go releaser config (#11135) 2024-09-13 07:51:51 +05:30
.ko.yaml feat: template background controller (#6157) 2023-01-31 17:12:34 +01:00
.krew.yaml Remove s390X (#4063) 2022-06-03 08:11:12 +00:00
.nancy-ignore extend timestamp (#10679) 2024-07-19 16:59:28 +08:00
ADOPTERS.md Update ADOPTERS.md (#12411) 2025-03-14 10:05:24 +00:00
CHANGELOG.md feat: add flag to pass tuf root directly (#11103) 2024-09-12 12:45:07 +08:00
CODE_OF_CONDUCT.md update governance (#10669) 2024-07-17 07:09:46 +00:00
codecov.yml feat: stop reusing admissionregistrationv1.ValidatingAdmissionPolicySpec (#12246) 2025-02-25 14:48:47 +00:00
CODEOWNERS chore: remove MarcelMue (#11066) 2024-09-10 10:26:25 +00:00
CONTRIBUTING.md Minor fixes in Contributing and Development docs (#12377) 2025-03-11 15:51:12 +00:00
CONTRIBUTORS.md move governance (#11138) 2024-09-13 15:34:11 +08:00
DEVELOPMENT.md Minor fixes in Contributing and Development docs (#12377) 2025-03-11 15:51:12 +00:00
go.mod chore(deps): bump github.com/sigstore/sigstore/pkg/signature/kms/azure (#12401) 2025-03-13 16:12:12 +00:00
go.sum chore(deps): bump github.com/sigstore/sigstore/pkg/signature/kms/azure (#12401) 2025-03-13 16:12:12 +00:00
GOVERNANCE.md update governance (#10669) 2024-07-17 07:09:46 +00:00
LICENSE Create LICENSE 2019-06-05 23:00:32 -04:00
MAINTAINERS.md move governance (#11138) 2024-09-13 15:34:11 +08:00
Makefile feat: webhook handlers for image verification (#12318) 2025-03-11 07:38:11 +00:00
OWNERS.md chore: add myself in approvers (#4990) 2022-10-15 23:55:00 +00:00
README.md fix: Update copyrights to 2025 (#12356) 2025-03-10 10:31:55 +00:00
ROADMAP.md Update ROADMAP.md (#10420) 2024-06-10 11:12:31 +00:00
SECURITY-INSIGHTS.yml [Feature] Security Improvements based on CLOMonitor Checks (#9395) 2024-01-19 10:50:17 +00:00
SECURITY.md change security to point to org repo (#10716) 2024-07-25 07:40:38 +00:00
sonar-project.properties chore: fix sonar exclusions (#11119) 2024-09-12 09:06:48 +00:00

Kyverno Tweet

Cloud Native Policy Management 🎉

Go Report Card License: Apache-2.0 GitHub Repo stars CII Best Practices OpenSSF Scorecard SLSA 3 Artifact HUB codecov FOSSA Status

logo

Kyverno is a policy engine designed for cloud native platform engineering teams. It enables security, automation, compliance, and governance using policy-as-code. Kyverno can validate, mutate, generate, and cleanup configurations using Kubernetes admission controls, background scans, and source code respository scans. Kyverno policies can also be used to verify OCI images, for software supply chain security. Kyverno policies can be managed as Kubernetes resources and do not require learning a new language. Kyverno is designed to work nicely with tools you already use like kubectl, kustomize, and Git.

Open Source Security Index - Fastest Growing Open Source Security Projects

📙 Documentation

Kyverno installation and reference documents are available at kyverno.io.

👉 Quick Start

👉 Installation

👉 Sample Policies

Kyverno helps platform teams enforce best practices and security policies. Here are some common use cases:

  1. Security & Compliance

    • Enforce pod security standards
    • Require specific security contexts
    • Validate image sources and signatures
    • Ensure resource limits and requests
  2. Operational Excellence

    • Automatically add labels and annotations
    • Enforce naming conventions
    • Generate default network policies
    • Validate resource configurations
  3. Cost Optimization

    • Enforce resource quotas
    • Require cost allocation labels
    • Clean up unused resources
    • Validate instance types
  4. Developer Guardrails

    • Enforce ingress/egress rules
    • Require liveness/readiness probes
    • Validate container images
    • Auto-mount configuration

Each use case includes ready-to-use policies in our policy library.

🙋‍♂️ Getting Help

We are here to help!

👉 For feature requests and bugs, file an issue.

👉 For discussions or questions, join the Kyverno Slack channel.

👉 For community meeting access, see mailing list.

👉 To get follow updates star this repository.

Contributing

Thanks for your interest in contributing to Kyverno! Here are some steps to help get you started:

✔ Read and agree to the Contribution Guidelines.

✔ Browse through the GitHub discussions.

✔ Read Kyverno design and development details on the GitHub Wiki.

✔ Check out the good first issues list. Add a comment with /assign to request assignment of the issue.

✔ Check out the Kyverno Community page for other ways to get involved.

Software Bill of Materials

All Kyverno images include a Software Bill of Materials (SBOM) in CycloneDX JSON format. SBOMs for Kyverno images are stored in a separate repository at ghcr.io/kyverno/sbom. More information on this is available at Fetching the SBOM for Kyverno.

Contributors

Kyverno is built and maintained by our growing community of contributors!

Made with contributors-img.

License

Copyright 2025, the Kyverno project. All rights reserved. Kyverno is licensed under the Apache License 2.0.

Kyverno is a Cloud Native Computing Foundation (CNCF) Incubating project and was contributed by Nirmata.