01
what microsandbox adds
gvisor is designed to slot into a container stack. that is useful when kubernetes or docker already owns image distribution, workload scheduling, and operations, and the missing piece is an interposed application kernel. [1]
microsandbox owns the application-facing layer as well as the boundary. an sdk creates the sandbox, oci images supply the workload, and host-side credential and network policy travel with the runtime. the trade is a different integration point, not a claim that gvisor is an ordinary container.