Skip to main content
← All videos

Survive a Node Failure — Live HA Failover

Kill a node mid-traffic. Watch a replica take over. No data loss, no downtime.

4 min
Coming soon

This walkthrough is in production. Subscribe on YouTube to catch it first.

Watch it, or read it

The full walkthrough below — every screen from the video, with the narration transcribed. Skim it, search it, or read it in your own language.

Survive a Node Failure — Live HA Failover — screen 1
Four nodes, replication factor two: every partition has a primary and a replica on a different node. That's the setup we're about to test by killing a node.
Survive a Node Failure — Live HA Failover — screen 2
A client writes and reads continuously in the background. We delete a node's pod out from under it — and through the whole failover, reads and writes keep succeeding; the promoted replicas serve them without missing a beat.
Survive a Node Failure — Live HA Failover — screen 3
The console sees the node go, promotes the replicas on the survivors, then rebuilds the lost replica back to full replication once the pod rejoins — no manual step.
Survive a Node Failure — Live HA Failover — screen 4
Lose a node, keep serving, lose no data. Four nodes, RF2, tolerant of a failure by design.