This repository has been archived by the owner on Jan 9, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
27 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
![Kardi B](https://kardinal.dev/_next/static/media/kardinal-orange.65ea335b.png) | ||
|
||
Kardinal is a revolutionary traffic control and data isolation layer that enables engineers to safely do development and QA work directly in production. Say goodbye to maintaining multiple environments and hello to faster, more efficient development workflows. | ||
Kardinal is a traffic control and data isolation layer that enables engineers to safely do development and QA work directly in production. Say goodbye to maintaining multiple environments and hello to faster, more efficient development workflows. | ||
|
||
## What is Kardinal? | ||
|
||
|
@@ -31,7 +31,32 @@ kardinal create-dev-flow <service-name> <dev-image-tag> | |
|
||
This creates a dev flow for your service with access to all the data, traffic, and services in your production environment, while ensuring complete isolation and safety. | ||
|
||
## Developing instructions | ||
## Join the Beta Program | ||
|
||
Our beta program for a select group of developers is coming soon! Be among the first to experience the future of software development: | ||
|
||
- Email us at: [[email protected]](mailto:[email protected]) to learn more about joining the beta | ||
- Get early access to Kardinal | ||
- Provide valuable feedback to shape the future of the product | ||
|
||
## Try the Kardinal Playground | ||
|
||
Can't wait to get started? Check out our proof of concept: | ||
|
||
- Visit the [Kardinal playground](https://github.com/kurtosis-tech/kardinal-playground/) | ||
- Experience a simple demonstration of how Kardinal can enhance your development workflow | ||
- Get a taste of developing directly in production, risk-free | ||
|
||
## Get Support | ||
|
||
Have questions or need assistance? We're here to help: | ||
|
||
- Email us at: [[email protected]](mailto:[email protected]) | ||
- Check out our documentation: [https://kardinal.dev/docs](https://kardinal.dev/docs) | ||
|
||
--- | ||
|
||
## Development instructions | ||
|
||
1. Enter the dev shell and start the local cluster: | ||
|
||
|