8. Go further
Goal: Know which Guide or Reference page to open for common tasks after the tutorial.
Prerequisites: Chapters 1 through 7.
You have a working bucket, a hello job, and understand build vs deploy. Use the tables below to continue.
By task
| I want to⦠| Start with | Then lookup |
|---|---|---|
| Roll out one node at a time | Guide: rolling deploy | Reference: deploy |
| Stop a node for maintenance | Guide: disable and drain | Reference: build |
| Fix a skipped or failed deploy | Guide: debugging deploy | Reference: logging |
Run start / stop / restart manually |
Guide: day-2 ops | Reference: job |
| Run a script at deploy time | Guide: hooks tutorial | Reference: hook API |
Push config with .tpl files |
Reference: templates | Reference: KV namespaces |
| Add TLS to a job | Reference: certs | Reference: manifest |
| Wire Prometheus scraping | Guide: prometheus | Reference: manifest |
| Deploy job B after job A | Reference: deployment sequence | Reference: manifest |
| Look up any CLI flag | Reference: commands | β |
| Look up a manifest field | Reference: manifest | β |
Three tiers (reminder)
| Tier | Use when |
|---|---|
| Tutorial (start/) | Learning maand β read in order |
| Guides (guides/) | You know basics; need one workflow |
| Reference (reference/) | Flags, schemas, KV keys |
Appendix pages
| Page | Use when |
|---|---|
| Concepts (glossary) | Quick term lookup |
| Overview (checklist) | Full capability map |
What you learned
- Day-2 work lives in Guides; schemas and flags live in Reference
- The tutorial covered: init, workers, jobs, build, deploy, placement
- You can re-read Chapter 2 as a minimal recipe anytime
Next
Pick a row from the task table above, or browse Guides index and Reference index.