Kubernetes-native MicroVMs
MicroVMs combine the security and isolation of traditional VMs with the build tooling and snappiness of containers for any compute, memory, and storage. Workloads on DevZero use a K8s runtime class that leverages a Type 2 hypervisor to spawn microVMs, within which containerized workloads are executed.
Multi-dimensional Pod Autoscaler
Workloads (technically, pods) are scaled in place based on their resource consumption. When needed, workloads are dynamically live-migrated to more suitable nodes without requiring restarts. The MPA operator manages cluster autoscaling, selecting optimal instances to maintain efficient cluster configurations while preserving service-level SLOs.