-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Faeka Ansari <[email protected]>
- Loading branch information
Showing
32 changed files
with
5,282 additions
and
1 deletion.
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 |
---|---|---|
@@ -0,0 +1,38 @@ | ||
--- | ||
slug: / | ||
sidebar_label: Overview | ||
description: Find out more about Kargo - a next-generation continuous delivery and application lifecycle orchestration platform for Kubernetes | ||
--- | ||
|
||
# What is Kargo? | ||
|
||
Kargo is a next-generation continuous delivery and application lifecycle | ||
orchestration platform for Kubernetes. It builds upon | ||
[GitOps](https://opengitops.dev/) principles and integrates with existing | ||
technologies, like [Argo CD](https://argoproj.github.io/cd/), to streamline and | ||
automate the progressive rollout of changes across the many stages of an | ||
application's lifecycle. | ||
|
||
![Screenshot](./assets/screenshot.png) | ||
|
||
Kargo's goal is to provide an intuitive and flexible layer "above" existing GitOps tooling, wherein you can describe the relationships between various application instances deployed to different environments as well as procedures for progressing changes from one application instance's source of truth to the next. | ||
|
||
:::info | ||
Watch the *Multi-Stage Deployment Pipelines the GitOps Way* talk by Jesse Suen & Kent Rancourt of Akuity at GitOpsCon EU 2024. | ||
|
||
<center> | ||
<div style={{position: "relative", width: "100%", "padding-top": "56.25%"}}> | ||
<iframe style={{position: "absolute", top: 0, left: 0, width: "100%", height: "100%"}} src="https://www.youtube.com/embed/0B_JODxyK0w" title="Kargo - Multi-Stage Deployment Pipelines using GitOps - Jesse Suen / Kent Rancourt" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen/> | ||
</div> | ||
</center> | ||
::: | ||
:::info | ||
Join the Akuity Community [Discord server](https://discord.gg/dHJBZw6ewT)! | ||
::: | ||
## Next Steps | ||
To learn more about Kargo, consider checking out our | ||
[concepts doc](./concepts) or get hands-on right away with our | ||
[quickstart](./quickstart)! |
Oops, something went wrong.