Skip to content

Commit 58fb08c

Browse files
authored
feat(server,k8s): implement pause/resume with rootfs snapshot support (#668)
1 parent d5c9cdc commit 58fb08c

69 files changed

Lines changed: 10194 additions & 268 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,12 +201,12 @@ The OpenSandbox server is a FastAPI-based service providing:
201201

202202
**Features:**
203203
- Built-in **[BatchSandbox](https://github.com/alibaba/OpenSandbox/tree/main/kubernetes)** runtime with sandbox pooling, high-throughput batch creation, and heterogeneous task orchestration; also compatible with **[SIG agent-sandbox](https://github.com/kubernetes-sigs/agent-sandbox)** as an alternative runtime
204+
- Rootfs snapshot-based pause/resume for Kubernetes sandboxes via `BatchSandbox.spec.pause` + internal `SandboxSnapshot`
204205
- Support for different secure container runtimes (e.g., kata-containers, gVisor)
205206
- Helm-based deployment for controller and server, see [documentation](https://github.com/alibaba/OpenSandbox/blob/main/kubernetes/charts/opensandbox/README.md)
206207

207208
**Planned Features:**
208209
- Unified network storage mounting (ossfs, NAS, custom PVC) in both pooled and non-pooled modes
209-
- Pause/resume support
210210

211211
#### Custom Runtime
212212

0 commit comments

Comments
 (0)