返回排行榜
🐊 Policy Controller for Kubernetes
cncfopakubernetespolicy-enginehacktoberfestgatekeeperpolicysecurityadmissionmutationvalidation
关键指标
Star 增长趋势
Star
4.2k
Forks
872
周增长
—
Issues
155
2k4k
2018年10月2020年1月2021年5月2022年8月2023年12月2025年4月2026年7月
制品库Go Modules
go get github.com/open-policy-agent/gatekeeperREADME
Gatekeeper
How is Gatekeeper different from OPA?
Compared to using OPA with its sidecar kube-mgmt (aka Gatekeeper v1.0), Gatekeeper introduces the following functionality:
- An extensible, parameterized policy library
- Native Kubernetes CRDs for instantiating the policy library (aka "constraints")
- Native Kubernetes CRDs for extending the policy library (aka "constraint templates")
- Native Kubernetes CRDs for mutation support
- Audit functionality
- External data support
Getting started
Check out the installation instructions to deploy Gatekeeper components to your Kubernetes cluster.
Documentation
Please see the Gatekeeper website for more in-depth information.
Policy Library
See the Gatekeeper policy library for a collection of constraint templates and sample constraints that you can use with Gatekeeper.
Community & Contributing
Please refer to Gatekeeper's contribution guide to find out how you can help.
Code of conduct
This project is governed by the CNCF Code of conduct.
Security
For details on how to report vulnerabilities and security release process, please refer to Gatekeeper Security for more information.
相关仓库