From a764e5bff9858b66e2ef6e9354eabe853bc92630 Mon Sep 17 00:00:00 2001 From: Galen Marchetti Date: Tue, 10 Sep 2024 18:00:08 -0600 Subject: [PATCH] docs: Update README.md (#208) Signed-off-by: Galen Marchetti --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9f6ce58..3b56c68 100644 --- a/README.md +++ b/README.md @@ -12,13 +12,13 @@ https://github.com/user-attachments/assets/3b4316f7-9f08-4dfa-8ea5-f66e76e01012 ### Why choose Kardinal? - **Ephemeral Environments**: Spin up a new environment exactly when you need it, and just as quickly spin it down when you’re done. - **Minimal Resource Usage**: Only deploy the services you’re actively working on. Kardinal takes care of the rest, so you don’t waste resources. -- **Stateless & Stateful**: Works for services backed up by persistant storage so you can connect to all of your favorite databases. - **Flexible Environment Types**: Whether you need to test a single service or an entire application, Kardinal has you covered: - Single-Service Flows: Perfect for when you’re tweaking just one service. - Multi-Service Flows: Ideal for when your feature involves multiple services. - - State-Isolated Flows: Great for features that need their own databases or caches. + - State-Isolated Flows: Great for features that need their own isolated databases or caches. - Full Application Flows: For those times when you need end-to-end testing with full isolation. - **Cost Savings**: Kardinal can help you save big by avoiding unnecessary resource duplication. It’s a game-changer for teams looking to cut costs. Check out [this calculator](https://kardinal.dev/calculator) to run your own calculations. +- **Open Source**: Kardinal is open source, so use it however fits best within your workflows ### Want a demo? Sign-up for a free demo of Kardinal below 👇 @@ -42,6 +42,7 @@ Make sure that kubectl is pointing to your cluster, and then run the following c kardinal manager deploy kloud-kontrol ``` Once installed check out our docs on [creating your first flow](https://kardinal.dev/docs/getting-started/own-app). + ## Try it out in a Playground We have a playground that runs in Github Codespaces so you can try Kardinal right now without installing anything. Click below to open a Codespace with the playground. The default settings for the Codespace will work just fine.