diff --git a/README.md b/README.md index cc59de49c8..88e7b7f785 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ It’s far more effective than manual processes, such as sending an email to a slew of developers, begging them to set various limits, which likely falls on deaf ears because developers are already overwhelmed. -## How It Works +## How it Works The CLI integration provides a policy enforcement solution for Kubernetes to run automatic checks on every code change for rule violations and misconfigurations. When rule violations are found, Datree produces an alert which guides the developer to fix the issue inside the CI process — or even earlier as a pre-commit hook — while explaining the reason behind the rule. ## Quick start in two steps @@ -24,8 +24,11 @@ The CLI integration provides a policy enforcement solution for Kubernetes to run ...and voilà, you just ran your first invocation! 🥳 In your command line, you’ll see something like this: -Datree +Datree +#### Playground +[![katacoda-logo](https://raw.githubusercontent.com/datreeio/datree/main/images/katacoda-logo.png)](#) +You can also checkout our [interactive demo scenario](https://www.katacoda.com/datree/scenarios/datree-demo) on Katacoda without having to install anything on your machine. #### Ready to review our "Getting Started" guide? All the information needed to get started, as well as a bunch of other cool features (including how to set up your policy), can be found in [**our docs**](https://hub.datree.io/getting-started/?utm_source=github&utm_medium=organic_oss). diff --git a/images/katacoda-log.png b/images/katacoda-log.png new file mode 100644 index 0000000000..743fa8a308 Binary files /dev/null and b/images/katacoda-log.png differ