Datree was a Kubernetes and IaC policy-enforcement tool. See what it did, why the company closed in 2023, and where to look for active alternatives.
Datree provided automated policy checks for Kubernetes YAML manifests and related Infrastructure-as-Code files, catching problems like missing health checks, overly permissive security contexts, or non-compliant naming conventions before deployment.
The tool combined a free, open-source CLI with an optional hosted dashboard that let teams write and enforce custom policies across repositories and pipelines, effectively acting as a linter and guardrail layer between a developer's local machine and a production Kubernetes cluster.
Datree's parent company ceased commercial operations in July 2023 after failing to reach sustainable profitability, and no acquisition of the business has been publicly confirmed despite some third-party company databases loosely associating it with other Israeli security vendors.
The project's GitHub repository was formally archived on June 6, 2024, closing it to new commits, issues, and security fixes. This means teams still relying on Datree in production pipelines are running unmaintained software and should plan a migration.
Teams that previously used Datree for Kubernetes policy enforcement have generally migrated to actively maintained tools such as Kyverno, Open Policy Agent with Gatekeeper, Conftest, or Checkov, which cover similar use cases with ongoing community and vendor support.
Because Datree's dashboard and centralized policy registry are gone, any residual use of the Datree CLI today should be treated as a purely local, offline linting step rather than a full policy-enforcement platform.
The open-source CLI code is still publicly downloadable on GitHub, but the commercial product, hosted dashboard, and company behind it are no longer operating. The repository was archived as read-only in June 2024.
No verifiable evidence confirms this. Check Point acquired Spectral, a separate Israeli developer-security startup, in 2022, but Datree's own documentation describes its July 2023 closure as a shutdown, not an acquisition.
Yes, the CLI can still be run locally in offline mode for basic Kubernetes manifest checks, but without the cloud dashboard, centralized policy registry, or vendor support that the commercial product once provided.
Datree offered a free-forever CLI tier alongside paid team and enterprise plans with centralized policy management, though exact historical pricing is no longer published since the product was discontinued.
Actively maintained alternatives for Kubernetes policy enforcement include Kyverno, Open Policy Agent with Gatekeeper, Conftest, and Checkov.
Datree was founded in 2017 by Shimon Tolts and Eyar Zilberman and was headquartered in Tel Aviv, Israel.
No. Because the repository is archived, it does not receive security patches, bug fixes, or new Kubernetes API compatibility updates.
Yes, since the tool is unmaintained, teams should treat it as a legacy stopgap at most and plan a migration to an actively supported policy-enforcement tool.