Skip to content

Kargo

homepage-banner

Introduction

Kargo is a next-generation continuous delivery and application lifecycle orchestration platform for Kubernetes. It builds upon GitOps principles and integrates with existing technologies, like Argo CD, to streamline and automate the progressive rollout of changes across the various stages of an application’s lifecycle.

The goal of Kargo is to provide an intuitive and flexible layer above existing GitOps tooling. It allows you to describe the relationships between different application instances deployed to various environments and define procedures for progressing changes from one application instance’s source of truth to the next.

Reference

  • https://kargo.akuity.io/
  • https://github.com/akuity/kargo
  • https://www.sokube.io/en/blog/kargo-en
  • https://akuity.io/blog/introducing-kargo/
Feedback