docs(01): create phase 1 plan (2 plans, 2 waves)

This commit is contained in:
Luca Sacchi Ricciardi
2026-03-24 19:42:52 +01:00
parent e5af5162f9
commit 9229ffe19d
3 changed files with 519 additions and 3 deletions

View File

@@ -11,7 +11,7 @@
| Phase | Plans Complete | Status | Completed |
|-------|----------------|--------|-----------|
| 1. Setup & Git Foundation | 0/2 | Not started | - |
| 1. Setup & Git Foundation | 0/2 | Planning complete | - |
| 2. Lab 01 - IAM & Sicurezza | 0/3 | Not started | - |
| 3. Lab 02 - Network & VPC | 0/3 | Not started | - |
| 4. Lab 03 - Compute & EC2 | 0/3 | Not started | - |
@@ -58,7 +58,10 @@
4. Ogni file docker-compose.yml può essere validato con `docker-compose config` prima dell'uso
5. Repository ha struttura chiara con cartelle `labs/`, `how-to-guides/`, `reference/`
**Plans:** TBD
**Plans:** 2
- [ ] [01-01-PLAN.md](.planning/phases/01-setup-git-foundation/01-01-PLAN.md) — Create validation scripts (check-env.sh, validate-compose.sh, reset-env.sh)
- [ ] [01-02-PLAN.md](.planning/phases/01-setup-git-foundation/01-02-PLAN.md) — Create repository structure and README.md
---
@@ -74,7 +77,7 @@
1. Studente può creare utenti Linux con permessi limitati per accesso Docker socket (simulazione IAM Users)
2. Studente comprende il parallelismo tra utenti Linux/permessi Docker e IAM Users/Roles in cloud
3. Nessun container gira come root (principio minimo privilegio verificato)
4. Lab include Tutorial passo-paso, How-to Guides, Reference, e Explanation (Framework Diátaxis completo)
4. Lab include Tutorial passo-passo, How-to Guides, Reference, e Explanation (Framework Diátaxis completo)
5. Studente può eseguire comando di verifica finale ("double check") per validare il lavoro svolto
**Plans:** TBD