diff options
| author | Rasmus Luha <rasmus.luha@ut.ee> | 2026-05-30 17:53:29 +0300 |
|---|---|---|
| committer | Rasmus Luha <rasmus.luha@ut.ee> | 2026-05-30 17:53:29 +0300 |
| commit | 188a8eafd139f4cc15cf39584f9092e464a2fdf0 (patch) | |
| tree | b10cd29b0ab1fc112968c3049bae99f50b0d2802 /roadmap.md | |
init commit - heimdall running
Diffstat (limited to 'roadmap.md')
| -rw-r--r-- | roadmap.md | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/roadmap.md b/roadmap.md new file mode 100644 index 0000000..ee7e667 --- /dev/null +++ b/roadmap.md @@ -0,0 +1,35 @@ +Laptop (Fedora) + |_ Docker + |_ k3d cluster + |_ ingress-nginx + sample app + ArgoCD + Prometheus/Grafana + CI/CD + + +homelab-platform/ +├── README.md +├── docs/ +│ ├── architecture.md +│ ├── networking.md +│ └── troubleshooting.md +├── bootstrap/ +│ ├── create-cluster.sh +│ └── install-argocd.sh +├── clusters/ +│ └── local-dev/ +│ ├── apps.yaml +│ └── infra.yaml +├── apps/ +│ ├── sample-app/ +│ └── whoami/ +├── infrastructure/ +│ ├── ingress-nginx/ +│ ├── prometheus/ +│ ├── grafana/ +│ └── argocd/ +├── helm-values/ +├── scripts/ +├── .github/workflows/ +└── screenshots/ |
