awesome-everything RU
↑ Back to the climb

Deployment & Infra

Deployment capstone: free-recall review

Crux Free-recall prompts spanning the entire deployment track — reconstruct how the image, probes, rollout, migration, LB, secrets, and IaC compose into one release, then reveal the model answer.
Your altitude — climbing toward senior
ZeroJuniorMiddleSenior
You are at senior altitude — in orbit
◷ 14 min

Retrieval beats re-reading. Each prompt asks you to reconstruct a contract that connects two or more stages of the deployment chain. Say or write a full answer from memory first, then open the model answer and compare.

Goal

Reconstruct the spine of the whole track without looking back: why a release is one composed object, and what enforces the contract at each seam between stages.

Recall before you leave
  1. 01
    Explain why a release is one composed object rather than seven independent steps, and where its failures live.
  2. 02
    Why can a perfectly correct rolling update still cause an outage, and what single piece of configuration prevents it? Contrast readiness and liveness while you are at it.
  3. 03
    Define expand-contract and explain why it is what makes the rollout strategy and a database migration safely composable.
  4. 04
    Even with probes and safe migrations, a cutover can sever in-flight requests. Explain the race and the two-sided fix involving L7 and SIGTERM.
  5. 05
    Why must secrets be injected at deploy/runtime rather than baked into the image, and what is the catch with a Kubernetes Secret?
  6. 06
    What is configuration drift, why is it dangerous even when the service is up, and how does IaC close the loop with the rest of the chain?
Recap

If you could reconstruct each answer from memory, you hold the track’s spine: a release is one composed object, and you engineer the seams — an immutable digest fixes the artifact, the readiness probe makes “ready” mean “serving,” expand-contract keeps the rollout and migration N-1 compatible, L7 draining plus SIGTERM handling protect in-flight requests, runtime secret injection keeps credentials rotatable and off the image, and IaC as the single source of truth kills drift. The links were never the hard part; the contracts between them are.

Continue the climb ↑Deployment capstone: ship a production pipeline
shortcuts expand
search
K
prev piece
k
next piece
j
cycle tier
t
this menu
?
sources3
expand
  1. 01
  2. 02
  3. 03

Trademarks belong to their respective owners. Editorial reference only.