FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Why GitOps Doesn't Work at Scale (and What to Do Instead)
NewsTools

Why GitOps Doesn't Work at Scale (and What to Do Instead)

via Dev.toJustin Brooks1mo ago

People talk about GitOps like it is the final form of delivery. In real life, it depends a lot on scale. I have spent years helping teams go from one multi-tenant instance to hundreds of single-tenant instances. GitOps was useful early. However, for me at large scale, it became a constant fight. One formula captures it well: P(failure) = 1 - p^n . Where p is the chance each individual change works, and n is how many moving parts you have to coordinate. As n grows, failure risk climbs fast even if each single change is "pretty safe." For example: you are deploying one release to 100 single-tenant customer environments, and each environment sync has a 99% success rate. p = 0.99 (one environment sync succeeds 99% of the time) n = 100 (100 environment syncs in the rollout wave) 1 - 0.99^100 = 0.634 So that rollout has about a 63% chance that at least one customer environment fails to deploy cleanly on the first pass. P(failure) 1.00 ┬ ● │ ● 0.80 │ ● │ ● 0.60 │ ● │ ● 0.40 │ ● │ ● 0.20 │ ● │

Continue reading on Dev.to

Opens in a new tab

Read Full Article
23 views

Related Articles

News

Rolling Your Own DRM: A Case Study in Why You Shouldn’t

Medium Programming • 5d ago

.NET 10 vs .NET 8: Why ASP.NET Developers Should Upgrade
News

.NET 10 vs .NET 8: Why ASP.NET Developers Should Upgrade

Medium Programming • 5d ago

News

Lines of code are useful

Lobsters • 5d ago

Stuck on a Programming Assignment in Maryland? Here’s What Actually Helps
News

Stuck on a Programming Assignment in Maryland? Here’s What Actually Helps

Medium Programming • 5d ago

LegalZoom Promo Code: Exclusive 10% Off LLC Formations
News

LegalZoom Promo Code: Exclusive 10% Off LLC Formations

Wired • 5d ago

Discover More Articles