No description
| apps/guestbook | ||
| argocd | ||
| .envrc | ||
| flake.lock | ||
| flake.nix | ||
| LAB_ARGOCD_CLI.md | ||
| Makefile | ||
| README.md | ||
GitOps Playground (ArgoCD + Kind)
Prerequisites
- NixOS / Nix package manager
- Direnv (optional, but recommended)
Quick Start
-
Enter Environment:
direnv allow # OR if not using direnv: nix develop -
Spin up Playground:
make setup -
Access ArgoCD:
- Run the port-forward command output by the make script.
- Login with
adminand the printed password.
-
Experiment:
- View the
guestbookapplication in the UI. - Modify
argocd/application.yamlto point to a different repo or path. - Run
k9sto explore the cluster state.
- View the
Cleanup
make clean