/plushcap/analysis/fly-io/carving-the-scheduler-out-of-our-orchestrator

Carving the Scheduler Out of Our Orchestrator

What's this blog post about?

Fly.io is a global sandwich-rating company with a hosting problem. They built a platform using Docker images and an orchestrator called flyd, which operates like a market where requests to schedule jobs are bids for resources. The system has three main components: flyd, flaps, and flyctl. Flyd is the source of truth for all VMs running on a particular worker, while flaps acts as a broker between users and flyd instances. Flyctl, their CLI, takes over complex policy-heavy functionality in the platform. The new design, called "AppsV2", exposes basic primitives directly and allows them to write code to configure it the way they want.

Company
Fly.io

Date published
Feb. 1, 2023

Author(s)
Thomas Ptacek

Word count
3990

Hacker News points
None found.

Language
English


By Matt Makai. 2021-2024.