The container orchestrator landscape
The container orchestrator landscape
Posted Aug 23, 2022 19:08 UTC (Tue) by NYKevin (subscriber, #129325)Parent article: The container orchestrator landscape
The reverse also happens. Borg doesn't let you submit individual alloc instances (pods) or tasks (containers) without wrapping them up in an alloc (ReplicaSet) or job (see above), so if you just want one copy of something, you have to give Borg a template and say "make one copy of it" instead of submitting the individual object directly, and so in practice we mostly speak of "jobs and allocs" rather than "tasks and alloc instances." But in k8s, you can configure one pod at a time if you really want to.
(For more specifics on how Borg works, read the paper: https://research.google/pubs/pub43438/)
* k8s also defines something called a "job," but it's a completely different thing, not relevant here.
Posted Aug 23, 2022 19:12 UTC (Tue)
by jordan (subscriber, #110573)
[Link] (2 responses)
Posted Aug 23, 2022 20:39 UTC (Tue)
by NYKevin (subscriber, #129325)
[Link] (1 responses)
Posted Aug 23, 2022 20:43 UTC (Tue)
by NYKevin (subscriber, #129325)
[Link]
Posted Aug 23, 2022 20:23 UTC (Tue)
by dw (guest, #12017)
[Link]
The container orchestrator landscape
The container orchestrator landscape
The container orchestrator landscape
The container orchestrator landscape
