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.
Linux & MacOS: curl https://get.datree.io | /bin/bash
Windows: not supported yet :(
datree test <k8s-manifest-file>
...and voilà , you just made your first invocation! 🥳
In your CLI, you will see something like that:
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.
Right now, there are 30 battle-tested rules for you to choose from.
The rules are covering different Kubernetes resources/use-cases:
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.