From 7af7b0293d5d27465eac4e740cf71da56cb2d385 Mon Sep 17 00:00:00 2001 From: Galen Marchetti Date: Tue, 31 Oct 2023 16:42:33 -0600 Subject: [PATCH] Update users.md to include Kurtosis --- users.md | 1 + 1 file changed, 1 insertion(+) diff --git a/users.md b/users.md index 060f54f..e8607db 100644 --- a/users.md +++ b/users.md @@ -50,6 +50,7 @@ Otherwise, consider using a Python mode. * [Isopod](https://github.com/cruise-automation/isopod) created by Cruise Automation is a DSL framework for Kubernetes configuration. It renders Kubernetes objects as Protocol Buffers. +* [Kurtosis](https://github.com/kurtosis-tech/kurtosis) is a developer tool for engineers to package and run environments of containerized services for development, testing, and production. Starlark is used as the DSL for defining those environments in a deterministic, portable, and readable way, without compromising usability for complex cases. * [lucicfg](https://chromium.googlesource.com/infra/luci/luci-go/+/refs/heads/master/lucicfg/doc/README.md) from Chromium CI is a tool for generating low-level configuration files from Starlark. * [Pixlet](https://github.com/tidbyt/pixlet) is a runtime and UX toolkit for generating animations for small LED displays, such as [Tidbyt](https://tidbyt.com/). Starlark is used to write applets whose outputs are WebP animations.