Datree

Prevent Kubernetes misconfigurations from reaching production (again 😤 )! From code to cloud, Datree provides an E2E policy enforcement solution to run automatic checks for rule violations. See our docs: https://hub.datree.io
Alternatives To Datree
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Awesome Cheatsheets33,309
a month ago85mitJavaScript
👩‍💻👨‍💻 Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file.
Gocui8,9321411332 months ago21August 14, 202175bsd-3-clauseGo
Minimalist Go package aimed at creating Console User Interfaces.
Datree6,268
4 hours ago108September 21, 202223apache-2.0Go
Prevent Kubernetes misconfigurations from reaching production (again 😤 )! From code to cloud, Datree provides an E2E policy enforcement solution to run automatic checks for rule violations. See our docs: https://hub.datree.io
Eksctl4,465
2 days ago387September 19, 202273otherGo
The official CLI for Amazon EKS
Threatmapper3,727
4 hours ago5August 10, 2022168apache-2.0Go
Open source cloud native security observability platform. Linux, K8s, AWS Fargate and more.
Arkade3,5632a day ago31April 24, 202183mitGo
Open Source Marketplace For Developer Tools
Devspace3,554
2 days ago173apache-2.0Go
DevSpace - The Fastest Developer Tool for Kubernetes ⚡ Automate your deployment workflow with DevSpace and develop software directly inside Kubernetes.
Img3,48652 years ago40October 01, 2021104mitGo
Standalone, daemon-less, unprivileged Dockerfile and OCI compatible container image builder.
Kubectl Aliases2,925
12 days ago3apache-2.0Shell
Programmatically generated handy kubectl aliases.
Kui2,50591311 days ago1,182September 26, 202216apache-2.0TypeScript
A hybrid command-line/UI development experience for cloud-native development
Alternatives To Datree
Select To Compare


Alternative Project Comparisons
Readme

datree=github

Explore the docs

Datree

Datree (pronounced /da-tree/) secures your Kubernetes by blocking the deployment of misconfigured resources.

Quick-start in two steps

Install Datree to get insights on the status of your cluster and enforce your desired policies on new resources.

NOTE:
By default, Datree does not block misconfigured resources, it only monitors and alerts about them.
To enable enforcement mode, see the documentation.

1. Add the Datree Helm repository

Run the following command in your terminal:

helm repo add datree-webhook https://datreeio.github.io/admission-webhook-datree
helm repo update

2. Install Datree on your cluster

Replace <DATREE_TOKEN> with the token from your dashboard, and run the following command in your terminal:

helm install -n datree datree-webhook datree-webhook/datree-admission-webhook --debug \
--create-namespace \
--set datree.token=<DATREE_TOKEN> \
--set datree.clusterName=$(kubectl config current-context)

This will create a new namespace (datree), where Datrees services and application resources will reside. datree.token is used to connect your dashboard to your cluster. Note that the installation can take up to 5 minutes.

How it works

Datree scans Kubernetes resources against a centrally managed policy, and blocks those that violate your desired policies.

Datree comes with over 100 rules covering various use-cases, such as workload security, high availability, ArgoCD best practices, NSA hardening guide, and many more.

In addition to our built-in rules, you can write any custom rule you wish and then run it against your Kubernetes configurations to check for rule violations. Custom rules can be written in JSON schema or in Rego.

Management dashboard (web application)

Datree's dashboard provides valuable information about your clusters' health and stability. It details the resources that failed your policy checks, and shows you how to fix each violation.

Datree can be configured via code or via the dashboard. The dashboard offers the following capabilities in an intuitive visual interface:

  • Control Datree's configuration:
    • Default action on failure - set whether resources that failed the policy check should be blocked or only monitored
    • Set which policy to use for your checks
    • Define resources and/or namespaces to ignore
  • Create & customize policies
  • Edit rules' failure message
  • Issue tokens
  • View policy check history
  • Configure Kubernetes schema version
Datree-saas

Additional features

Datree offers a suite of features to make adoption seamless:

  • Monitoring - Datree is first installed in monitoring mode that reports on policy violations, rather than block their deployments.
  • CLI - Help your developers find misconfigurations in their configs before deploying them, by integrating Datree into their CI.
  • Simple integrations - Datree works seamlessly with popular CD tools such as ArgoCD and FluxCD, and comes with ready-made integrations for various CI platforms.
  • Cluster score - Rank the stability of your cluster based on the number of detected misconfigurations.

Contributing

Contributions are welcome!

Contributors

Thank you to all the people who already contributed to Datree

Popular Kubernetes Projects
Popular Command Line Projects
Popular Virtualization Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Golang
Command Line
Security
Kubernetes
Static Code Analysis