← All tools

Markdown Editor

Write Markdown with a live preview and download the .md file.

Why this exists

READMEs, runbooks, wiki pages and pull-request descriptions are all Markdown, and half the time you want to see the rendering while you write. Edit left, preview right, then download the file or copy the source — rendered locally by this page, nothing uploaded.

🔒 Runs in your browser — nothing is sent anywhere

Runbook — service restart

When to use

When the health check fails twice in a row.

Steps

  1. Check the logs first: kubectl logs deploy/api --tail=100
  2. Restart: kubectl rollout restart deploy/api
  3. Watch it come back:
kubectl rollout status deploy/api
CheckExpected
/health200
error rate< 1%

Escalate to the on-call lead if step 3 takes longer than 5 minutes.