SYSTEM Cited by 1 source
Tupperware¶
Definition¶
Tupperware is Meta's internal container / cluster management system — roughly analogous to Kubernetes / Borg in role, but Meta-proprietary. It is the substrate Meta's stateless and stateful services run on.
Role in this wiki (so far)¶
Tupperware is currently surfaced by a single source as an integration hook: automated Presto cluster turn-up at Meta plugs into "company-wide infrastructure services like Tupperware and data warehouse-specific services" to bring up a new Presto cluster on fresh hardware (sources/2023-07-16-highscalability-lessons-learned-running-presto-at-meta-scale).
Future Meta Engineering deep-dives on Tupperware internals (scheduler, bin-packing, job model, failure handling) would substantially expand this stub.
Seen in¶
- sources/2023-07-16-highscalability-lessons-learned-running-presto-at-meta-scale — named as the cluster-manager integration hook for Presto cluster lifecycle automation.