From 16ddb802ad31af354c4bd7b8807bce641bb5e981 Mon Sep 17 00:00:00 2001 From: Luca Sacchi Ricciardi Date: Tue, 24 Mar 2026 19:54:51 +0100 Subject: [PATCH] feat(01-02): create lab directory structure with placeholder READMEs - Created labs/ directory with 5 lab subdirectories - Created how-to-guides/ and reference/ directories - Added placeholder README.md in each lab directory --- labs/lab-01-iam/README.md | 5 +++++ labs/lab-02-network/README.md | 5 +++++ labs/lab-03-compute/README.md | 5 +++++ labs/lab-04-storage/README.md | 5 +++++ labs/lab-05-database/README.md | 5 +++++ 5 files changed, 25 insertions(+) create mode 100644 labs/lab-01-iam/README.md create mode 100644 labs/lab-02-network/README.md create mode 100644 labs/lab-03-compute/README.md create mode 100644 labs/lab-04-storage/README.md create mode 100644 labs/lab-05-database/README.md diff --git a/labs/lab-01-iam/README.md b/labs/lab-01-iam/README.md new file mode 100644 index 0000000..b9b87ec --- /dev/null +++ b/labs/lab-01-iam/README.md @@ -0,0 +1,5 @@ +# Lab 01: IAM & Sicurezza + +Coming soon. + +This lab will cover: Configurazione utenti Linux, permessi Docker socket, capisci i paralleli IAM. diff --git a/labs/lab-02-network/README.md b/labs/lab-02-network/README.md new file mode 100644 index 0000000..2f6fa14 --- /dev/null +++ b/labs/lab-02-network/README.md @@ -0,0 +1,5 @@ +# Lab 02: Network & VPC + +Coming soon. + +This lab will cover: Creare reti Docker isolate che simulano VPC e Subnets cloud. diff --git a/labs/lab-03-compute/README.md b/labs/lab-03-compute/README.md new file mode 100644 index 0000000..e0492d9 --- /dev/null +++ b/labs/lab-03-compute/README.md @@ -0,0 +1,5 @@ +# Lab 03: Compute & EC2 + +Coming soon. + +This lab will cover: Deploy container con limiti CPU/memoria e healthchecks. diff --git a/labs/lab-04-storage/README.md b/labs/lab-04-storage/README.md new file mode 100644 index 0000000..799e837 --- /dev/null +++ b/labs/lab-04-storage/README.md @@ -0,0 +1,5 @@ +# Lab 04: Storage & S3 + +Coming soon. + +This lab will cover: Configura Docker Volumes e MinIO per storage S3-compatible. diff --git a/labs/lab-05-database/README.md b/labs/lab-05-database/README.md new file mode 100644 index 0000000..0d55b91 --- /dev/null +++ b/labs/lab-05-database/README.md @@ -0,0 +1,5 @@ +# Lab 05: Database & RDS + +Coming soon. + +This lab will cover: Deploy PostgreSQL in rete privata con persistenza dati.