Eligibility check
Every workload is scanned for migration eligibility first. OptOps only live-migrates what it can move safely — and tells you honestly when it can’t.
Container Live Migration
OptOps checkpoints eligible workloads with CRIU and restores them on another node — memory, process state, and on AWS even the pod IP and open TCP sessions come along.
node-a · spot
Running · healthy
node-b · replacement
Restore target · standby
Requests served
14,203
During migration
0 dropped
Every workload is scanned for migration eligibility first. OptOps only live-migrates what it can move safely — and tells you honestly when it can’t.
The running container is checkpointed with CRIU — memory, process tree, and open file descriptors captured in place. Databases get application-consistent safety handling as part of the checkpoint pipeline.
The pod resumes on the destination node exactly where it left off. On AWS, it keeps its pod IP — open TCP connections never notice the move.
When the cloud reclaims a spot node, OptOps live-migrates the workload off it before the deadline — proven against real AWS FIS interruption drills, with rescue completing in as little as 33 seconds and the same pod IP on the other side.
Bin-packing normally means evicting pods and hoping they reschedule cleanly. With live migration, consolidation moves workloads instead of killing them — so the savings never cost you an incident.
Application-consistent safety engineering for Postgres, MongoDB, and MySQL is built into the migration pipeline. Workloads that can’t be moved safely are refused, not gambled with.
We say exactly what works where. State preservation and connection preservation are different guarantees — here is the honest matrix.
| Platform | State-preserving migration | Connection preservation |
|---|---|---|
| Available | Available — same pod IP, unbroken TCP | |
| Early access | On the roadmap | |
| Early access | On the roadmap |
Live migration applies to eligible workloads. GPU workloads and multi-container pods are not currently supported — eligibility is checked per workload before any move.
Book a demo and we'll live-migrate a running workload in front of you — counter ticking, connection open.
Book a Demo