Why do you need it?
OpenSandbox creates the egress component as a separate sidecar container,pauses the main sandbox container, but the egress sidecar remains running. This means:
The sandbox lifecycle state does not represent the complete sandbox data plane.
The egress sidecar continues consuming CPU and memory while the sandbox is paused.
Requirements
We would like sandbox.pause() and sandbox.resume() to manage the egress sidecar as part of the same lifecycle operation.
Why do you need it?
OpenSandbox creates the egress component as a separate sidecar container,pauses the main sandbox container, but the egress sidecar remains running. This means:
The sandbox lifecycle state does not represent the complete sandbox data plane.
The egress sidecar continues consuming CPU and memory while the sandbox is paused.
Requirements
We would like sandbox.pause() and sandbox.resume() to manage the egress sidecar as part of the same lifecycle operation.