summaryrefslogtreecommitdiff
path: root/roadmap.md
diff options
context:
space:
mode:
Diffstat (limited to 'roadmap.md')
-rw-r--r--roadmap.md35
1 files changed, 0 insertions, 35 deletions
diff --git a/roadmap.md b/roadmap.md
deleted file mode 100644
index ee7e667..0000000
--- a/roadmap.md
+++ /dev/null
@@ -1,35 +0,0 @@
-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/