2020-10-16 23:38:43 +00:00
# Kyverno [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=Kubernetes%20Native%20Policy%20Management.%20No%20new%20language%20required%21&url=https://github.com/kyverno/kyverno/&hashtags=kubernetes,devops)
2019-02-04 16:30:38 +00:00
2020-10-16 23:38:43 +00:00
**Kubernetes Native Policy Management**
2019-05-03 12:10:54 +00:00
2020-10-18 05:41:31 +00:00
![build ](https://github.com/kyverno/kyverno/workflows/build/badge.svg )
![prereleaser ](https://github.com/kyverno/kyverno/workflows/prereleaser/badge.svg )
[![Go Report Card ](https://goreportcard.com/badge/github.com/kyverno/kyverno )](https://goreportcard.com/report/github.com/kyverno/kyverno)
![License: Apache-2.0 ](https://img.shields.io/github/license/kyverno/kyverno?color=blue )
[![GitHub Repo stars ](https://img.shields.io/github/stars/kyverno/kyverno )](https://github.com/kyverno/kyverno/stargazers)
2020-09-24 17:52:31 +00:00
2021-01-08 02:57:33 +00:00
< a href = "https://kyverno.io" rel = "kyverno.io" > ![logo](img/Kyverno_Horizontal.png)< / a >
2020-09-24 17:52:31 +00:00
2020-10-16 23:38:43 +00:00
< p class = "callout info" style = "font-size: 2000%;" >
2020-10-21 08:10:51 +00:00
Kyverno is a policy engine designed for Kubernetes. It can validate, mutate, and generate configurations using admission controls and background scans. Kyverno policies are 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.
2020-10-16 23:38:43 +00:00
< / p >
2019-05-21 07:10:50 +00:00
2019-11-12 03:59:40 +00:00
## Documentation
2020-10-21 08:02:56 +00:00
Kyverno guides and reference documents are available at: < a href = "https://kyverno.io/" > kyverno.io< / a > .
Try the [quick start guide ](https://kyverno.io/docs/introduction/#quick-start ) to install Kyverno and create your first policy.
2020-07-03 15:40:24 +00:00
2020-10-15 00:39:45 +00:00
## Contributing
2020-07-03 15:40:24 +00:00
2021-02-09 19:37:30 +00:00
Checkout out the Kyverno < a href = "https://kyverno.io/community" > Community< / a > page for ways to get involved and details on joining our next community meeting.
2020-07-03 15:40:24 +00:00
2020-10-15 00:39:45 +00:00
## Getting Help
2020-07-03 15:40:24 +00:00
2020-10-07 18:12:31 +00:00
- For feature requests and bugs, file an [issue ](https://github.com/kyverno/kyverno/issues ).
2020-07-03 15:40:24 +00:00
- For discussions or questions, join the ** #kyverno ** channel on the [Kubernetes Slack ](https://kubernetes.slack.com/ ) or the [mailing list ](https://groups.google.com/g/kyverno ).
2020-05-28 18:22:47 +00:00
2019-03-21 17:18:43 +00:00