Announcement

Free to view yesterday and today
Customer Service: cat_manager

Kyverno - Kubernetes Native Policy Management Engine

Kyverno is a policy engine designed for Kubernetes. It can validate, mutate, and generate configurations using policies. It is an open source Cloud Native Computing Foundation (CNCF) project.

Go
Added on 2025年6月12日
View on GitHub
Kyverno - Kubernetes Native Policy Management Engine preview
6,411
Stars
1,026
Forks
Go
Language

Project Introduction

Summary

Kyverno is a policy engine built for Kubernetes. It allows managing policies as Kubernetes resources, enabling administrators to declare policy as code to validate, mutate, and generate configurations.

Problem Solved

Ensuring configuration compliance and security policies across Kubernetes clusters at scale is challenging. Manual checks are error-prone and time-consuming. Kyverno automates this enforcement.

Core Features

Policy Enforcement

Validate, mutate, and generate Kubernetes resources based on policy rules.

Kubernetes Native Policies

Policies are managed as Kubernetes resources, using standard YAML and Kustomize.

Tech Stack

Go
Kubernetes
YAML
CNCF

Use Cases

Kyverno is versatile and can be applied to various scenarios within a Kubernetes environment:

Enforcing Security Best Practices

Details

Automatically reject or modify resource requests that violate security best practices, such as disallowing root user or requiring resource limits.

User Value

Improves cluster security posture by preventing insecure configurations from being deployed.

Automating Configuration Standards

Details

Ensure all namespaces have specific labels, annotations, or network policies automatically applied upon creation.

User Value

Ensures consistency across the cluster and reduces manual configuration effort.

Recommended Projects

You might be interested in these projects

johogodotenv

A simple Go library that loads environment variables from a .env file. Ideal for managing application configuration in development and testing environments.

Go
9414428
View Details

opensslopenssl

OpenSSL is a robust, commercial-grade, full-featured Open Source Toolkit for the Transport Layer Security (TLS) and Secure Sockets Layer (SSL) protocols and a powerful general-purpose cryptography library.

C
2789410648
View Details

resticrestic

restic是一个快速、安全、高效的开源备份程序。它支持加密、去重、多种存储后端,帮助用户轻松备份和恢复数据。

Go
291541615
View Details