I’m sceptical of this article. I’m an indy dev using K8s at vultr (VKS) and it’s absolutely simplified my life.<p>The article suggests just using EC2 instead of K8s, but if I do that, I now have to manage an entire operating system. I have to make sure the OS is up to date, and balance all the nuances this entails, especially balancing downtimes, and recovery from upgrades. Major OS upgrades are hard, and pretty much guarantee downtime unless you’re running multiple instances in which case <i>how are you managing them?</i><p>Contrast to VKS where, with much less effort, OS upgrades are rolled out to nodes with <i>no downtime to my app</i>. Yes, getting to this point takes a little bit of effort, but not much. And yes, I have multiple redundant VPS, which is more expensive, but that’s a <i>feature</i>.<p>K8s is perhaps overly verbose, and like all technologies it has a learning curve, but im gonna go out on a limb here and say that I’ve found running a managed K8s service like VKS is <i>way</i> easier than managing even a single Debian server, and provides a pile of functionality that is difficult or impossible to achieve with a single VPS.<p>And the moment you have more than one VPS, it needs to be managed, so you’re back at needing some kind of orchestration.<p>The complexity of maintaining a unix system should not be underestimated just because you already know how to do it. K8s makes my life easier because it does not just abstract away the underlying node operating system, it obviates it. In doing so, it brings its own complexities, but there’s nothing I miss about managing operating systems. Nothing.