Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.22 KB

README.md

File metadata and controls

45 lines (35 loc) · 1.22 KB

argocd-katas

Exercise list in order:

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 for how to install ArgoCD. You do not need the HA setup for the exercises.

Repository Structure

The repository is structured as follows:

.
├── 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: