# 90Days attributed course pack

This pack adapts topics from [90DaysOfDevOps](https://github.com/MichaelCade/90DaysOfDevOps) into hands-on PlatformForge labs.

- License: CC BY-NC-SA 4.0 (see [LICENSE.md](LICENSE.md))
- Each lab includes attribution in `lab.yaml` and `lesson.md`
- Original reading material is rewritten into scenario-based exercises with validators

## Labs

| Lab | Source inspiration |
|-----|-------------------|
| `linux-shell-basics` | Early Linux / terminal fundamentals from 90Days 2022 |
| `bash-automation-basics` | Linux scripting / automation fundamentals |
| `docker-tagging-basics` | Containers — image tags and reproducibility |
| `kubernetes-yaml-basics` | Kubernetes desired-state YAML fundamentals |
| `networking-basics` | Networking — name resolution and service paths |
| `monitoring-basics` | Monitoring — probes to up/down status |
| `cloud-tagging-basics` | Cloud — ownership and cost tags |
| `secrets-basics` | Security — keep tokens out of git |
