1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-14 11:57:48 +00:00
Cloud Native Policy Management
Find a file
2021-06-08 11:56:20 -07:00
.github 1947/e2e generate policy (#1951) 2021-06-07 12:36:00 -07:00
api Update to use gvk to store OpenAPI schema (#1906) 2021-05-13 12:03:13 -07:00
charts/kyverno Remove runAsUser specification from Security Context (#1972) 2021-06-08 10:14:20 -07:00
cmd added e2e tests: ensuring the availability of kyverno's prometheus metrics-server 2021-05-24 08:09:17 +05:30
dashboard/grafana added: JSON for Grafana Dashboard (#1952) 2021-06-03 13:33:58 -07:00
definitions - update version to v1.3.6; - split Kustomization manifests; - revert release/install.yaml (#1945) 2021-06-01 21:58:37 -07:00
docs restructure and generate HTML docs 2021-01-07 18:57:33 -08:00
img upload logo (#1560) 2021-02-08 13:09:37 -08:00
pkg Update variable paths when auto generate the controller rules (#1914) 2021-06-07 13:35:53 -07:00
scripts bump kind to 0.11.0, k8s v1.21 2021-06-08 11:18:48 +05:30
test Update variable paths when auto generate the controller rules (#1914) 2021-06-07 13:35:53 -07: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 add logging for policy creation and deletion events (#1445) 2021-01-06 20:34:01 -08:00
.golangci.yml codeclimate and golangci-lint added 2020-03-24 02:01:50 +05:30
.goreleaser.yml update nirmata/kyverno to kyverno/kyverno 2020-10-07 11:12:31 -07:00
.krew.yaml migrate repo 2020-10-07 15:09:52 -07:00
ADOPTERS.md Update adopters.md 2021-01-25 10:12:18 -08:00
CODE_OF_CONDUCT.md add code of conduct & contributing section 2019-06-12 09:39:37 -07:00
CONTRIBUTING.md Add DCO sign instruction (#1476) 2021-01-18 12:13:07 -08:00
go.mod added: initial prometheus client setup 2021-05-16 13:06:14 +05:30
go.sum added: initial prometheus client setup 2021-05-16 13:06:14 +05:30
LICENSE Create LICENSE 2019-06-05 23:00:32 -04:00
Makefile added e2e tests: ensuring the availability of kyverno's prometheus metrics-server 2021-05-24 08:09:17 +05:30
OWNERS.md add newline 2020-11-11 18:17:16 -08:00
README.md add details on contributing 2021-05-27 12:29:53 -07:00

Kyverno Tweet

Kubernetes Native Policy Management 🎉

build prereleaser Go Report Card License: Apache-2.0 GitHub Repo stars

logo

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.

📙 Documentation

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

👉 Quick Start

👉 Installation

👉 Sample Policies

🙋‍♂️ Getting Help

We are here to help!

✔ For feature requests and bugs, file an issue.

✔ For discussions or questions, join the #kyverno channel on the Kubernetes Slack.

✔ For community meeting access join the mailing list.

✔ To get 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 issue list. Add a comment with /assign to request assignment of the issue.

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