devops/README.md
2026-01-01 00:00:00 +00:00

28 lines
1.4 KiB
Markdown

# DevOps (ALE Example Course)
This is an example course repo for ALE Lite activity mode.
## Contents
- `course.yml` — course metadata (documentation / optional for v0.1)
- `materials/` — markdown materials (chunked by headings for refs)
- `01..05` original DevOps/Kubernetes fundamentals materials
- `06-kubernetes-intro.md` integrated generated Kubernetes intro material set
- `07-git.md` integrated generated Git ALE Lite material set
- `activities/` — mode-aware scored activities
- `01-kubernetes-understanding.md` (`mode: understanding`)
- `02-working-with-pods-lab.md` (`mode: lab`)
- `03-kubernetes-fundamentals-test.md` (`mode: test`)
- `04-kubernetes-intro-understanding.md` (`mode: understanding`)
- `05-kubernetes-intro-lab.md` (`mode: lab`)
- `06-kubernetes-intro-homework.md` (`mode: homework`)
- `07-kubernetes-intro-test.md` (`mode: test`)
- `08-git-understanding.md` (`mode: understanding`)
- `09-git-lab.md` (`mode: lab`)
- `10-git-homework.md` (`mode: homework`)
- `11-git-test.md` (`mode: test`)
## Source notes
- Activity content was adapted from the prior unit/test authoring set and normalized to unified task blocks (`T1`, `T2`, ...).
- Additional Kubernetes intro material/activity set was integrated from generated content and remapped to DevOps-local IDs.
- Additional Git ALE Lite material/activity set was integrated from generated content and remapped to DevOps-local IDs.