Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

dev/

Production assets used while recording the CKA v1.35 skill path. Runbooks, draft scripts, and recording-time helpers live here. Nothing in this folder ships to learners — the shipping lab code lives under ../src/cka-lab/.

Final runbooks

On-camera scripts for Course 1. Each targets 12-14 minutes and drives the KIND tutorial flow from ../src/cka-lab/lib/tutorials.ps1.

Each runbook contains: pre-flight checks, camera checklist, on-camera open, click-path (Enter-press sequence), five timed demo sections mapped to tutorial section numbers, close narration, reset-between-takes notes, and a recovery cheat sheet.

Source of truth

The runbooks are on-camera scripts only. The actual demo commands and narration live in ../src/cka-lab/lib/tutorials.ps1. When a demo step changes, update tutorials.ps1 first and let the runbook index reference the new section number.

Multi-cluster lab

M02 Demo 5 uses ../src/cka-lab/kind-multi-up.ps1 to spin up a second cluster for real context-switching practice. Everything else uses the standard ../src/cka-lab/kind-up.ps1.

Historical drafts

The earlier March 29 drafts live in archive/:

  • archive/CKA-C01-M01-Demo-Runbook.md
  • archive/CKA-C01-M02-Demo-Runbook.md
  • archive/CKA-C01-M03-Demo-Runbook.md

Superseded by the final mNN-demo-runbook.md files above. Safe to delete once Course 1 ships; kept for reference until then.

Placeholders

  • test-environments.ps1 — empty file. Either a future test harness for verifying both lab paths (KIND + Hyper-V) before a recording session, or dead code. Remove or repurpose.