summaryrefslogtreecommitdiff
path: root/roadmap.md
diff options
context:
space:
mode:
authorR-man3000 <rasmus.luha@gmail.com>2026-05-30 21:27:06 +0300
committerR-man3000 <rasmus.luha@gmail.com>2026-05-30 21:27:06 +0300
commit9275ae9cab7bf659dfb7a74d33e9d03adb3f6ffa (patch)
tree9d334bb5830d58a5e4d7b3acaf4280c17f772d68 /roadmap.md
parent188a8eafd139f4cc15cf39584f9092e464a2fdf0 (diff)
add docker dns fix
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/