Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lassestilvang/argocd-katas
https://github.com/lassestilvang/argocd-katas
argo argo-cd argocd flask gitops helm jenkins kubernetes python python-flask
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lassestilvang/argocd-katas
- Owner: lassestilvang
- License: mit
- Created: 2025-01-21T16:43:19.000Z (18 days ago)
- Default Branch: main
- Last Pushed: 2025-01-21T19:16:54.000Z (18 days ago)
- Last Synced: 2025-01-31T06:48:30.320Z (8 days ago)
- Topics: argo, argo-cd, argocd, flask, gitops, helm, jenkins, kubernetes, python, python-flask
- Homepage:
- Size: 687 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Argo CD Katas
Welcome to the Argo CD Katas repository! This project is designed to help users learn and master Argo CD through practical exercises and challenges.
Whether you are a beginner looking to understand the basics or an experienced user seeking to deepen your knowledge, these katas will guide you through various aspects of using Argo CD in a real-world context.
## About Argo CD
Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes.
It allows for Kubernetes resources to be managed using git repositories as the source of truth, making it easier to implement continuous deployment strategies in cloud-native environments.
For more info on ArgoCD itself, please visit [their website](https://argoproj.github.io/cd/).## Exercise list in order
It is recommended to follow the exercises in the following order.
* [Setup of your ArgoCD root application](setup.md)
* [Introduction to ArgoCD](intro.md)
* [ArgoCD And Helm](argocd-and-helm.md)
* [App of Apps](app-of-apps.md)
* [ApplicationSets](applicationsets.md)
* [Projects](projects.md)
* [Sealed Secrets](sealed-secrets.md) (Not done yet)## Using this outside of the workshop
You need to have ArgoCD installed and running.
All exercises should work on minikube, or kind.
You can refer to the [installation link](https://argo-cd.readthedocs.io/en/stable/operator-manual/installation/) for how to install ArgoCD.
You do not need the HA setup for the exercises.## Repository Structure
The repository is structured as follows:
```text
.
├── applicationsets # Values for applicationsets.md
├── applicationsets.md
├── app-of-apps.md
├── argocd-and-helm.md
├── img
├── intro.md
├── jenkins # Values for the Jenkins Helm Chart
├── LICENSE
├── quotes-flask # Example application
├── README.md
├── sealed-secrets.md
├── setup.md
└── trainer # Trainer folder
```## Links
* https://codefresh.io/blog/argo-cd-best-practices/
* https://github.com/akuity/awesome-argo/blob/main/CONTRIBUTING.md