Skip to content
/ datree Public
forked from datreeio/datree

Prevent Kubernetes misconfigurations from ever making it (again 😤) to production! The CLI integration provides policy enforcement solution to run automatic checks for rule violations. Docs: https://hub.datree.io

License

Notifications You must be signed in to change notification settings

orweis/datree

 
 

Repository files navigation

datree-logo

Travis (.com) branch Travis (.com) branch Hits open issues

What is Datree?

Datree helps to prevent Kubernetes misconfigurations from ever making it to production.

The CLI integration can be used locally or in the CI to provide a policy enforcement solution for Kubernetes. The policy runs automatic checks on every invocation (e.g. pull request, code change, etc.) for rule violations and misconfigurations. When rule violations are found, Datree will prevent them and will show the Engineers instructions on how and why to fix those issues.

Quick start in two steps

1. Install the latest release on your CLI

Linux & MacOS: curl https://get.datree.io | /bin/bash
Windows: not supported yet :(

2. Pass datree a Kuberntes manifest file to scan

datree test <k8s-manifest-file>

...and voilà, you just made your first invocation! 🥳
In your CLI, you will see something like that:
datree-cli-output

Ready to review our "Getting Started" guide?

All the information that is needed to explore a bunch of other cool feature, or how to set up your policy, can be found in our docs.

Built-in rules

Right now, there are 30 battle-tested rules for you to choose from.
The rules are covering different Kubernetes resources/use-cases:

Support

Datree builds and maintains this project to make Kubernetes policies simple and accessible.
Start with our documentation for quick tutorials and examples.
If you need direct support you can contact us at support@datree.io.

About

Prevent Kubernetes misconfigurations from ever making it (again 😤) to production! The CLI integration provides policy enforcement solution to run automatic checks for rule violations. Docs: https://hub.datree.io

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 98.4%
  • Shell 1.3%
  • Makefile 0.3%