You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 6, 2024. It is now read-only.
<ahref="https://hub.datree.io/#utm_source=github&utm_medium=organic_oss"><strong>Explore the docs »</strong></a>
21
15
<br />
22
16
</p>
23
17
24
-
# Datree
25
-
26
-
[Datree](https://www.datree.io/) (pronounced `/da-tree/`) secures your Kubernetes by blocking the deployment of misconfigured resources.
18
+
# Datree [DEPRECATED]
27
19
28
-
## ✌️ Quick-start in two steps
20
+
[Datree](https://www.datree.io/) (pronounced `/da-tree/`) was built to secure Kubernetes workloads by blocking the deployment of misconfigured resources. **Since July 2023, the commercial company that supports and actively maintains this project has been closed.**
29
21
30
-
Install Datree to get insights on the status of your cluster and enforce your desired policies on new resources.
22
+
## Migrating to the (fully) open-source version of Datree
31
23
32
-
> **NOTE:**
33
-
> By default, Datree does not block misconfigured resources, it only monitors and alerts about them.
34
-
> To enable **enforcement mode**, see the [documentation](https://hub.datree.io/setup/behavior#options).
24
+
For existing users, it is still possible to run Datree as a standalone: https://hub.datree.io/cli/offline-mode
This will create a new namespace (datree), where Datree’s 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.
Datree also supports installation via **ArgoCD**, **Flux** and **Openshift**. See our [documentation](https://hub.datree.io/) for instructions.
28
+
All the archived open source repositories under datreeio org will no longer be maintained and accept any new code changes, including any security patches.
29
+
In addition, the following key capabilities will not longer be available anymore:
30
+
* Centralized policy registry
31
+
* Automatic Kubernetes schema validation
32
+
* Access to the dashboard and all of its components (e.g. activity-log page, token management, etc.)
58
33
59
34
## ⚙️ How it works
60
35
@@ -64,35 +39,8 @@ Datree comes with over 100 rules covering various use-cases, such as workload se
64
39
65
40
In addition to our built-in rules, you can write [any custom rule you wish](https://hub.datree.io/custom-rules-overview) and then run it against your Kubernetes configurations to check for rule violations. Custom rules can be written in [JSON schema](https://hub.datree.io/custom-rules/custom-rules-overview) or in [Rego](https://hub.datree.io/custom-rules/rego-support).
66
41
67
-
## 📊 Management dashboard (web application)
68
-
69
-
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.
70
-
71
-
Datree can be configured via code or via the dashboard. The dashboard offers the following capabilities in an intuitive visual interface:
72
-
* Control Datree's configuration:
73
-
* Default action on failure - set whether resources that failed the policy check should be blocked or only monitored
Datree offers a suite of features to make adoption seamless:
87
-
***Monitoring** - By default, Datree is installed in monitoring mode and does not block deployments until you decide to do so.
88
-
*[**CLI**](https://hub.datree.io/cli/getting-started) - Help your developers find misconfigurations in their configs before deploying them, by integrating Datree into their CI.
89
-
***Simple integrations** - Datree works seamlessly with popular CD tools such as ArgoCD and FluxCD, and comes with ready-made integrations for various CI platforms.
90
-
***Cluster score** - Rank the stability of your cluster based on the number of detected misconfigurations.
91
-
92
42
## Contributing
93
43
94
-
[Contributions](https://github.com/datreeio/datree/issues?q=is%3Aissue+is%3Aopen+label%3A%22up+for+grabs%22) are welcome!
95
-
44
+
We want to thank our contributors for helping us build Datree ❤️
0 commit comments