Stable virtual machines for about 40% less than standard cloud rates.
Major cloud providers sell spare capacity at steep discounts, but can reclaim it at any time. microsrv makes that capacity behave like stable VMs by live-migrating memory and running processes before a host is shut down. Applications keep running without restarts, while disks, IP addresses, and active connections remain intact.
With sufficient reclaim notice, microsrv migrates both VMs in sequence while external and private traffic remains active.
> how it works
The cloud may reclaim a host — your application keeps running
VMs run on interruptible capacity from major cloud providers at about 40% below standard rates. You create, connect, and operate them as usual while the orchestrator manages host changes and preserves disks and network identity.
01
Hardware changes. The VM keeps running.
Live migration transfers memory and running processes to a new host. Your workload keeps running without restarting or losing its in-memory cache, while network connections and addresses remain unchanged.
Reserves migration capacity
The orchestrator tracks spare vCPU and memory on adjacent servers to keep capacity available when a VM needs to move.
Dedicated vCPUs
Paid vCPUs belong exclusively to your VM and are not shared with other customers.
Migrates before shutdown
A provider notice triggers live RAM migration. Running processes continue executing on the new host without restarting the application.
Recovers after sudden failure
When there is no time for live migration, the VM automatically launches from a replicated copy.
PVM · kernel
PVM kernel without nested virtualization
Guest VMs run on interruptible cloud instances without hardware nested virtualization. The PVM (pagetable-based VM) kernel removes dependence on nested KVM, which providers often disable.
Event traceExample sequence. Actual operation times may vary.
12:04:18reclaim notice received for host-17
12:04:18target host-42 reserved
12:04:19vm-204 migration started
12:04:23memory state converged
12:04:24network identity rebound
12:04:24established flows verified
12:04:24vm-204 running on host-42
12:04:25host-17 released
02
Why it costs less
Providers offer spare capacity at up to 70% off, but warn that hosts can be reclaimed whenever demand spikes.
Without automated orchestration, this capacity is typically used for non-critical or interruption-tolerant workloads. Our platform handles the operational burden: it monitors provider notices, reserves capacity on adjacent servers, and moves or recovers VMs when a host is reclaimed.
In the examples below, total cost is about 40% less than the same provider’s standard rate.
interruptible capacity + microsrv orchestration = stable VM at a lower price
Estimated monthly totals for 3 × (4 vCPU · 8 GB · 40 GB SSD). Cloud A and Cloud B are standard rates from public provider calculators. Final microsrv pricing depends on the region, available capacity, and hosting terms.
A deep dive into microsrv's network layer: decoupling guest network identity from physical hosts, isolated VPCs, unified SSH and HTTPS/SNI API gateways, and seamless TCP session persistence during live migration.
A comprehensive guide to Spot and Preemptible instances: how providers offer up to 80% discounts, how eviction notices work, what the limitations are, and how to design applications for them.