summaryrefslogtreecommitdiff
path: root/roadmap.md
diff options
context:
space:
mode:
Diffstat (limited to 'roadmap.md')
-rw-r--r--roadmap.md35
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/