Kyverno

Cloud Native Policy Management (by kyverno)

Kyverno Alternatives

Similar projects and alternatives to Kyverno

  1. kubernetes

    Production-Grade Container Scheduling and Management

  2. Nutrient

    Nutrient - The #1 PDF SDK Library. Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.

    Nutrient logo
  3. prometheus

    The Prometheus monitoring system and time series database.

  4. Grafana

    425 Kyverno VS Grafana

    The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.

  5. OPA (Open Policy Agent)

    Open Policy Agent (OPA) is an open source, general-purpose policy engine.

  6. autoscaler

    Autoscaling components for Kubernetes

  7. trivy

    91 Kyverno VS trivy

    Find vulnerabilities, misconfigurations, secrets, SBOM in containers, Kubernetes, code repositories, clouds and more

  8. gvisor

    Application Kernel for Containers

  9. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  10. checkov

    59 Kyverno VS checkov

    Prevent cloud misconfigurations and find vulnerabilities during build-time in infrastructure as code, container images and open source packages with Checkov by Bridgecrew.

  11. grype

    A vulnerability scanner for container images and filesystems

  12. falco

    44 Kyverno VS falco

    Cloud Native Runtime Security

  13. cluster-api

    Home for Cluster API, a subproject of sig-cluster-lifecycle

  14. conduit

    39 Kyverno VS conduit

    Ultralight, security-first service mesh for Kubernetes. Main repo for Linkerd 2.x.

  15. syft

    38 Kyverno VS syft

    CLI tool and library for generating a Software Bill of Materials from container images and filesystems

  16. cosign

    Code signing and transparency for containers and binaries

  17. gatekeeper

    🐊 Gatekeeper - Policy Controller for Kubernetes

  18. kube-bench

    Checks whether Kubernetes is deployed according to security best practices as defined in the CIS Kubernetes Benchmark

  19. clair

    23 Kyverno VS clair

    Vulnerability Static Analysis for Containers

  20. mentoring

    👩🏿‍🎓👨🏽‍🎓👩🏻‍🎓CNCF Mentoring + CommunityBridge + Summer of Code

  21. Kubewarden

    Kubewarden is a policy engine for Kubernetes. It helps with keeping your Kubernetes clusters secure and compliant. Kubewarden policies can be written using regular programming languages or Domain Specific Languages (DSL) sugh as Rego. Policies are compiled into WebAssembly modules that are then distributed using traditional container registries.

  22. kubescape

    Kubescape is an open-source Kubernetes security platform for your IDE, CI/CD pipelines, and clusters. It includes risk analysis, security, compliance, and misconfiguration scanning, saving Kubernetes users and administrators precious time, effort, and resources.

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better Kyverno alternative or higher similarity.

Kyverno discussion

Log in or Post with

Kyverno reviews and mentions

Posts with mentions or reviews of Kyverno. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-11-16.
  • Policy Management in Kubernetes with Kyverno
    1 project | dev.to | 8 Feb 2025
    curl -LO https://github.com/kyverno/kyverno/releases/download/v1.12.0/kyverno-cli_v1.12.0_linux_x86_64.tar.gz tar -xvf kyverno-cli_v1.12.0_linux_x86_64.tar.gz sudo cp kyverno /usr/local/bin/
  • My journey from a CNCF contributor to LFX mentee
    3 projects | dev.to | 16 Nov 2024
    For next few months along with my internship I was focusing was on building projects, learning go and Kubernetes, and leaning about another CNCF project called CNCF Kyverno, it is a Kubernetes native policy engine. If we go back a little bit, when ORAS did not come for LFX, I started searching for other CNCF projects I that is when I saw KubeEdge, the project I am currently working under and Kyverno where I became an official contributor later. I started learning about Kyverno, one of my friends recommended me to contribute to Kyverno and I would also recommend any newbie who wants to start contributing to open source that you should choose an active project (where maintainers are active and regularly help contributors). I can recommend Kyverno to any beginner because it has a really good documentation and maintainers a very supportive. Luckily all three projects I have contributed to till now have been amazing. Also I would suggest that at KubeEdge, we are continuously trying to improve our documentation so if you think you would want to help us, please join the community and contribute.
  • My Experience Working on the KWOK Project as an LFX Mentee
    7 projects | dev.to | 27 Aug 2024
    How projects uniquely utilize etcd: I initially knew that configuration data was stored in etcd. However, I never knew that a project could utilize it to store other important information. For example, Kyverno uses it to store policy reports.
  • Policy as Code with Kyverno
    1 project | dev.to | 19 Jul 2024
    kubectl create -f https://github.com/kyverno/kyverno/releases/download/v1.11.1/install.yaml
  • Clusters Are Cattle Until You Deploy Ingress
    16 projects | dev.to | 30 May 2024
    Bart: Our numerous podcast discussions with seasoned professionals show that GitOps has been a recurring theme in about 90% of our conversations. Almost every guest we've interviewed has emphasized its importance, often mentioning it as their primary tool alongside other essentials like cert manager, Kyverno, or OPA, depending on their preferences.
  • Stop 'k rollout restart deploy' from restarting everything?
    1 project | /r/kubernetes | 7 Jun 2023
    Anyway, I haven’t checked for sure as I’m away from laptop but it should be possible to use something like Kyverno to block that operation. We had to do similar in the past to hotfix a bug in our CLI tool. I wrote a blog post about it that might give you an idea: https://www.giantswarm.io/blog/restricting-cluster-admin-permissions
  • An Overview of Kubernetes Security Projects at KubeCon Europe 2023
    17 projects | dev.to | 22 May 2023
    Cosign is used for signing containers through a variety of different methods. It has strong integration with other open source tools, such as Kyverno.
  • Kyverno
    1 project | /r/devopspro | 21 May 2023
  • container signing and verification using cosign and kyverno
    2 projects | /r/kubernetes | 10 May 2023
    cosign: https://docs.sigstore.dev/cosign/overview/ kyverno: https://kyverno.io/
  • Introduction to Day 2 Kubernetes
    10 projects | dev.to | 24 Apr 2023
    Kyverno - Kubernetes Native Policy Management
  • A note from our sponsor - SaaSHub
    www.saashub.com | 14 Feb 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic Kyverno repo stats
40
6,009
9.9
7 days ago

Sponsored
Nutrient - The #1 PDF SDK Library
Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.
nutrient.io

Did you know that Go is
the 4th most popular programming language
based on number of references?