|
|
|
|
|
by lmm
869 days ago
|
|
> And k8s is supposed to make that situation better, but these multi-day outage stories are⦠common? Why are we adding all this complexity and cost if the result is consumer-PC-tower-in-a-closet-with-no-IAC uptime (or worse)? I'm honestly convinced it's half CV-driven development, and half just the fact that it's become the standard workaround for Python dependency hell. Python is still the easiest way to write software, and it's still basically impossible to make an application that works reliably on more than one machine because of how Python dependency management works (or rather doesn't), so you have to use Docker, and apparently Kubernetes is the standard way you deploy Docker containers. |
|
I bet more people actually use docker compose because the buyin is that much smaller.