https://github.com/dirien/kargo-test
https://github.com/dirien/kargo-test
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dirien/kargo-test
- Owner: dirien
- Created: 2024-09-17T10:34:18.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-26T16:37:45.000Z (over 1 year ago)
- Last Synced: 2025-06-24T23:05:33.232Z (about 1 year ago)
- Language: Smarty
- Size: 72.3 KB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Progressive Infrastructure Delivery using Kargo and Argo CD
This repository contains the code for my talk "Progressive Infrastructure Delivery using Kargo and Argo CD"
### Abstract
Since the day Kargo was released, I have been exploring the idea of using it not only to deliver and promote
applications but also to deliver infrastructure through its progressive delivery capabilities. Using Kubernetes-based
tools like Crossplane or Pulumi, we can define infrastructure as code and deliver it progressively to our management
clusters and then promote this infrastructure through different stages without the need for extra CD script magic.
Let me show you how Kargo helps platform engineering streamline and automate the progressive rollout of infrastructure
changes to all stages. This talk will cover the basics of Kargo and how to use it with Infrastructure as Code tools.
### Installation
##### Install Kind
```shell
kind create cluster \
--wait 120s \
--config - <