Tallwatch
Back to blog
2 min read
IncidentsGuide

How to explain downtime to non-technical founders and investors

They do not need Kubernetes. They need impact, duration, cause at the right altitude, and what changes so it is less likely next time.

NK

Nabin Khair

Founder

How to explain downtime to non-technical founders and investors

After a bad outage someone asks for "a quick summary for the board." Paste a Slack thread and you look chaotic. Give a ten-page RCA and you look evasive. Use a short script.

The four beats

  1. What customers felt: could not log in for 42 minutes; checkout failed for EU users; etc.
  2. How long: detect → mitigate → full restore.
  3. Why, in one sentence: bad deploy; vendor DNS; certificate; capacity.
  4. What we change: better check; maintenance windows; rollback drill; capacity headroom.

If you do not know (4) yet, say when the postmortem lands, then keep that promise (small-team postmortem).

Words that help

  • "We were down" or "degraded" with the definition you use publicly
  • Minutes and scope, not "briefly"
  • "Our monitoring caught it in X minutes" or "a customer caught it first" (both honesty)

Words that hurt

  • Blame storms about a junior engineer
  • Untranslated acronyms
  • Guaranteed never-again promises
  • Fake precision ("exactly 99.992%") when your monitors cannot support it

Metrics they might ask for

Translate nines into hours. Mention MTTD/MTTR only if you will explain them in a clause each. Point to the public status history if it exists; third-party visible truth beats a slide.

Calm, specific, forward-looking. The product is trust. Downtime is a withdrawal. The explanation is how you deposit again.

Related

Keep reading

False alerts and status pages.

When a CDN outage is your outage (even if origin is fine)

When a CDN outage is your outage (even if origin is fine)

Customers do not care that your origin returned 200 on a private path. If the CDN is how they reach you, its bad day is your incident.

NKNabin Khair
What acknowledge means on an incident (and why it matters)

What acknowledge means on an incident (and why it matters)

Ack is not resolve. It means a human owns the problem, and it should stop the escalation clock from climbing further.

NKNabin Khair
How long should an incident stay open after the site recovers?

How long should an incident stay open after the site recovers?

Auto-resolve is not the same as done. Close when customer impact is gone and the next on-call would not be confused, not the second a single check turns green.

NKNabin Khair