Services
Long-running services we build and operate alongside the
infrastructure (as opposed to the CLI tools).
Service source lives under src/services/.
- swarmctl — the manager-side Docker Swarm controller: rebalances services onto new workers and drains workers gracefully before they leave the swarm.
- docker-gcr-proxy — the per-node
pull-through proxy for
gcr.io: injects a fresh OAuth token on every Swarm image pull so MIG-replaced workers never fail on an expired baked-in credential.