Hacker News new | ask | show | jobs
by fancl20 493 days ago
I feel like there is a part more difficult to be captured in technical definition. ECS designs usually pay more attention to seperate data and logic because systems are constantly updating data (world state) regardless there is an event or not. In the case of k8s the specs create a target world state and kubelet/controller constantly update the current world state (status) so a control system can be created.