Brian Kernighan on the origins of Unix
Brian Kernighan on the origins of Unix
Posted Jan 17, 2022 22:00 UTC (Mon) by NYKevin (subscriber, #129325)In reply to: Brian Kernighan on the origins of Unix by MattBBaker
Parent article: Brian Kernighan on the origins of Unix
IMHO the problem right now is that containerization is too complicated and difficult, or else it requires too much manual work. So either you spend a lot of time figuring out how to persuade k8s (or a similar tool) to do the exact combination of things that you want, or else you use lower-level abstractions like Docker and cgroups, but have to orchestrate everything by hand or with clumsy shell scripts and the like. I would really like to see a system that hits the containerization sweet spot, where I can just tell it "here's a pile of machines, here's a pile of containers, now schedule the containers onto the machines" and have it behave correctly (or mostly correctly) without having to spend more than a minute or two configuring things or thinking about all of the moving parts of a given system (see e.g. https://kubernetes.io/docs/reference/glossary/?fundamenta...).
Disclaimer: I work for Google, and while they would probably *like* me to tell you that we have already gotten to that point with GCP, I'm not 100% convinced that we're fully there yet.
