Surya
unread,Nov 24, 2025, 4:41:35 AM (5 days ago) Nov 24Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sig-apps
After studying on the Agentic Sandbox , i had a question :
if we just simply use a Single Dockerized Container and expose an API endpoint to it , whenever a new request just hits the endpoint , it would run it in a sub-process of the docker container.
by this - instead of spinning of multiple containers for each new requests , we can have a warmed pool of stationary containers connected to a load balancer which can run the process in any container and get the result.
talking about the control over the bare metal , we can use Kubernetes to orchestrate it.
please acknowledge me with the correctness & incorrectness of my idea !!!
Thanks,
Surya