jargon

Platform & DevOps·The orchestrator's model of the world

you never create the individual containers; you create an object, and a background process creates them to match it.

Controller

Also calledcontrol loop component, built-in controller

A process that owns one kind of object and runs a reconciliation loop for it — creating replicas, attaching storage, updating a load balancer. Understanding that there are many of them, running independently and asynchronously, explains why one change ripples outwards over seconds and why the events are the log. Most debugging in an orchestrator is working out which controller is unhappy and reading what it said.

Commonly confused with