Datree Review, Pricing & Features

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.

Category
Security
Pricing
Discontinued as a commercial SaaS product as of 2023; the remaining CLI codebase is free and open source under the Apache 2.0 license, from Not applicable, the commercial product has been discontinued and the open-source CLI is free to run in offline mode
Verified
Not yet
Last updated
July 19, 2026
Founded
2017
Headquarters
Tel Aviv, Israel (historical, prior to the company closing)
Open Source

What Datree Did

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.

Why Datree Is No Longer Active

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.

What Teams Use Instead

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.

Key Features

Pros & Cons

Pros

  • Was straightforward to add as a single step in existing CI/CD pipelines
  • Covered a broad, curated library of Kubernetes best-practice rules out of the box
  • Supported custom policies for teams with organization-specific standards
  • Free, open-source CLI remains downloadable and can still run basic offline checks
  • Clear, human-readable violation output that made it easy to see exactly what to fix

Cons

  • The company has shut down and the product receives no further updates or security patches
  • The GitHub repository is archived and closed to new contributions as of June 2024
  • The hosted dashboard, centralized policy registry, and cloud sync are no longer available
  • Teams relying on it today are running unsupported software with no vendor accountability
  • No clear migration tooling was provided to move historical policies to another platform
  • Rule coverage has not evolved with newer Kubernetes API versions since the shutdown

Frequently Asked Questions

Is Datree still available in 2026

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.

Was Datree acquired by Spectral or Check Point

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.

Can I still use the Datree CLI today

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.

What did Datree cost when it was active

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.

What should teams use instead of Datree

Actively maintained alternatives for Kubernetes policy enforcement include Kyverno, Open Policy Agent with Gatekeeper, Conftest, and Checkov.

Who founded Datree

Datree was founded in 2017 by Shimon Tolts and Eyar Zilberman and was headquartered in Tel Aviv, Israel.

Does Datree still receive security patches

No. Because the repository is archived, it does not receive security patches, bug fixes, or new Kubernetes API compatibility updates.

Is there a risk to using Datree in production pipelines now

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.

Related Tools