Skip to content

Commit

Permalink
docs: Update README.md (#208)
Browse files Browse the repository at this point in the history
Signed-off-by: Galen Marchetti <[email protected]>
  • Loading branch information
galenmarchetti authored Sep 11, 2024
1 parent 6cd07e8 commit a764e5b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 👇
Expand All @@ -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.
Expand Down

0 comments on commit a764e5b

Please sign in to comment.