// Topics / Deployment

Deployment

Definition

Deployment coverage in this archive spans 5 posts from Jun 2016 to Sep 2021 and focuses on reliability, delivery speed, and cost discipline as one system, not three separate concerns. The strongest adjacent threads are devops, feature flags, and kubernetes. Recurring title motifs include deploys, feature, flags, and scale.

Key claims

  • Most posts prioritize predictable operations over feature breadth or stack novelty.
  • The consistent theme from 2016 to 2021 is disciplined execution over hype cycles.
  • This topic repeatedly intersects with devops, feature flags, and kubernetes, so design choices here rarely stand alone.

Practical checklist

  • Set SLOs first, then choose tooling that keeps deploy, observability, and rollback simple.
  • Start with the newest post to calibrate current constraints, then backtrack to older entries for first principles.
  • When boundary questions appear, cross-read devops and feature flags before committing implementation details.

Failure modes

  • Adding platform layers faster than the team can operate and debug them.
  • Chasing throughput gains without proving they improve end-user reliability.
  • Applying guidance from 2016 to 2021 without revisiting assumptions as context changed.

Suggested reading path

References

    Feature Flags at Scale: What Nobody Warns You About Feature flags are great until you have 847 of them and nobody knows which ones are safe to remove. Practical lessons from Decloud and enterprise teams. feature-flags deployment devops GitOps + Progressive Delivery: How We Stopped Gambling on Deploys How we wired GitOps and canary rollouts together at Decloud, and why the combination changed how I think about deployments. gitops progressive-delivery kubernetes Zero Downtime Deploys Are a Team Habit, Not a Tool Every team says they want zero downtime. Few want to do the boring work that actually gets them there. Here's what that boring work looks like. deployment devops kubernetes Your Staging Environment Is Lying to You Staging never catches the real bugs. Here's how I learned to test in production without burning everything down. testing production feature-flags Continuous Deployment Without the Chaos Continuous deployment is not a tooling problem. It is a discipline problem. We deploy the Dropbyke backend dozens of times a day because we built habits first and automation second. continuous-deployment devops ci-cd