Skip to content

v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jul 11:15

This is the first public release of bridgekeeper, a policy engine inspired by gatekeeper but with rules written in python. This release is mainly intended for testing and should not be considered stable and secure enough for production use.

The main features are:

  • Define constraints for any kubernetes resource
  • Write constraints with the full power of python
  • Insights into accepts and rejects using kubernetes events

This release can be installed using helm:

helm repo add bridgekeeper https://maibornwolff.github.io/bridgekeeper/
helm install --namespace bridgekeeper --create-namespace bridgekeeper bridgekeeper/bridgekeeper