logoalt Hacker News

hnlmorgyesterday at 8:40 PM5 repliesview on HN

> thousands of monitoring checks per minute

That isn’t a lot. You could easily run that from one host. The reason people reach for Kubernetes (and similar) is because they need to scale past that single host dependency.


Replies

nullpoint420yesterday at 8:44 PM

100%. And a shared mental model. I love how I can scale up all my services the same way, across clouds.

It's great.

ghustoyesterday at 8:53 PM

You could, but they don't, meaning their argument is still sound (whether they _could_ use a single host is besides the point, they're not doing that).

show 1 reply
tbrownawyesterday at 9:08 PM

> The reason people reach for Kubernetes (and similar) is because they need to scale past that single host dependency.

I have some stuff on single-node k3s. Because it's standard so I don't have to care.

chmod775yesterday at 8:47 PM

The reason most people reach for Kubernetes is because it's cool. The entire infra the vast majority of Kubernetes users have could run on a single bare metal machine with a second one for redundancy.

To be fair: using Kubernetes anyways builds the skill just in case you become one of the 0.1% who actually need it down the line.

show 4 replies
throwaway7783yesterday at 8:52 PM

..and HA