Skip to content

Comment on Scaling to 1M concurrent sandboxes in secondsparent

Comments

They never used K8s for this.

They did reference it as an example for how a non-specialized solution would fall over.

Modal’s original sandbox architecture has similar issues. Like Kubernetes, we rely on strong consistency throughout our backend, so creating and scheduling sandboxes requires global coordination, and O(sandboxes) writes to Postgres, which we cannot trivially shard.
AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.