Files
portfolio/labs/README.md
T
2026-05-06 06:46:27 +00:00

1016 B

labs

This directory collects hands-on lab areas used for experimentation and skill development. It complements the production-style tooling elsewhere in the repository by separating exploratory work from operational examples.

Diagram

flowchart TD
  A["labs"] --> B["docker"] --> C["kubernetes"] --> D["terraform"] --> E["networking"] --> F["ci-cd"]
  click A href "./" "labs"
  click B href "./docker/" "docker"
  click C href "./kubernetes/" "kubernetes"
  click D href "./terraform/" "terraform"
  click E href "./networking/" "networking"
  click F href "./ci-cd/" "ci-cd"

Scope

  • docker - container runtime and image workflow practice.
  • kubernetes - orchestration and workload experiments.
  • terraform - infrastructure-as-code exercises.
  • networking - connectivity and protocol-focused labs.
  • ci-cd - pipeline and delivery automation practice.

Notes

  • These folders are intentionally separate from infra-run to keep experiments isolated from the operational core.