You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Async Provisioning**: Background creation to reduce latency
173
173
-**Automatic Expiration**: Configurable TTL with renewal support
174
174
-**Access Control**: API key authentication
@@ -197,16 +197,16 @@ The OpenSandbox server is a FastAPI-based service providing:
197
197
5. Handle pause/resume operations
198
198
6. Clean up terminated containers
199
199
200
-
#### Kubernetes Runtime (Roadmap)
200
+
#### Kubernetes Runtime (Ready)
201
+
202
+
**Features:**
203
+
- 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
+
- Support for different secure container runtimes (e.g., kata-containers, gVisor)
205
+
- Helm-based deployment for controller and server, see [documentation](https://github.com/alibaba/OpenSandbox/blob/main/kubernetes/charts/opensandbox/README.md)
201
206
202
207
**Planned Features:**
203
-
- Pod-based sandbox instances
204
-
- Native Kubernetes resource management
205
-
- Multi-tenancy support
206
-
- Horizontal scaling
207
-
- Network policies
208
-
- Persistent volume claims
209
-
- Service mesh integration
208
+
- Unified network storage mounting (ossfs, NAS, custom PVC) in both pooled and non-pooled modes
0 commit comments