Kubernetes-Native VM API
Manage VM lifecycle through CRDs like ImpVM, ImpNetwork, ImpVMSnapshot, ImpVMMigration, and ImpWarmPool.
Retro spirit, modern control plane. Build VM workloads with CRDs for networking, snapshots, migration, and warm pools.

Alpha v0.9.0 — APIs may break; see Manual → Install
helm upgrade --install imp oci://ghcr.io/syscode-labs/charts/imp --version 0.9.0 -n imp-system --create-namespace
kubectl get impvm -n default
kubectl describe impvm quick-vm -n defaultTurn VM lifecycle into declarative Kubernetes workflows, not manual host choreography.
Use built-in metrics and clear status surfaces for lifecycle, latency, and health visibility.
Use the same CRDs from local Kind clusters to production, with migration and warm-pool workflows built in.
Extend with imp-sandbox for multi-tenant isolation — standard/hard tenancy, gateway data-plane and troubleshooting. Explore Sandbox →