Skip to content

Commit

Permalink
versioned docs: 1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Faeka Ansari <[email protected]>
  • Loading branch information
fykaa committed Jan 8, 2025
1 parent bd50ba3 commit fb61a6b
Show file tree
Hide file tree
Showing 32 changed files with 5,282 additions and 1 deletion.
38 changes: 38 additions & 0 deletions docs/versioned_docs/version-1.0/10-overview.md
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)!
Loading

0 comments on commit fb61a6b

Please sign in to comment.