Live decks & PDF downloads¶
Interactive Slidev decks¶
These are the always-current GitHub Pages builds (hash-routed under /deck/ so slide
navigation and hard refreshes work on project Pages).
| Deck | URL |
|---|---|
| Documentation home (this site) | https://platformrelay.github.io/Kubernetes-Workshop/ |
| Full content superset | https://platformrelay.github.io/Kubernetes-Workshop/deck/ |
| Canonical 3-day cut | https://platformrelay.github.io/Kubernetes-Workshop/deck/3day/ |
| Day 1 entry | https://platformrelay.github.io/Kubernetes-Workshop/deck/day-1/ |
| Day 2 entry | https://platformrelay.github.io/Kubernetes-Workshop/deck/day-2/ |
| Day 3 entry | https://platformrelay.github.io/Kubernetes-Workshop/deck/day-3/ |
| Template gallery | https://platformrelay.github.io/Kubernetes-Workshop/deck/templates/ |
Deep-link to a slide with a hash fragment, for example
…/deck/day-1/#/5 for slide 5 of Day 1.
Compatibility redirects: legacy /3day/ and /templates/ paths forward to the /deck/…
locations above.
PDF downloads¶
Every v* GitHub Release publishes PDF exports (and an offline site zip). Prefer the
latest release page so links stay current across tags:
- All release assets: GitHub Releases
- Latest (may be a pre-release): Releases · latest
Typical artifact names (tag substituted for <tag>):
| Artifact | Contents |
|---|---|
kubernetes-workshop-day-1-<tag>.pdf |
Day 1 live entry |
kubernetes-workshop-day-2-<tag>.pdf |
Day 2 live entry |
kubernetes-workshop-day-3-<tag>.pdf |
Day 3 live entry |
kubernetes-workshop-full-<tag>.pdf |
Compatibility superset |
kubernetes-workshop-3day-<tag>.pdf |
Compatibility three-day cut |
kubernetes-workshop-site-<tag>.zip |
Offline HTML bundle |
Example pins from v0.4.0:
Pre-release tags still prepend known limitations to the release notes body. How tags are cut: release.md.
Labs & quizzes¶
| Resource | Link |
|---|---|
| Participant labs | labs/README.md |
| Lab 00 (start here) | labs/day-1/00-setup.md |
| Quiz prototype | quiz/README.md |