Live data from Hacker News

Zero-Downtime Deployments with Docker Compose – No Kubernetes Required

statusdude.com

1–10 of 81 posts

Re: Zero-Downtime Deployments with Docker Compose – No Kubernetes Required

#4
post #2

What's the thought behind having white and light grey text on a light grey background?

There was an article a while back on HN about why web designers choose light grey on white background. Basically, it looks fine on their own monitor which has the contrast turned way up

Re: Zero-Downtime Deployments with Docker Compose – No Kubernetes Required

#5
post #2

What's the thought behind having white and light grey text on a light grey background?

The css is ".prose-invert" and there's a ".prose" that looks better, I wonder if something threw a switch to make it "invert" when it should be ".prose" because you're right, this is unreadable as-is. Interesting read though.

Re: Zero-Downtime Deployments with Docker Compose – No Kubernetes Required

#8
post #6

> 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.

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

It's great.

Re: Zero-Downtime Deployments with Docker Compose – No Kubernetes Required

#9
post #6

> 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.

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.

Re: Zero-Downtime Deployments with Docker Compose – No Kubernetes Required

#10
> There's a mass delusion in the industry that you need Kubernetes to run a serious production service. You don't. At StatusDude, we serve thousands of monitoring checks per minute, run multi-region workers, and deploy multiple times a day

This is pretty small scale, Kubernetes comes in when you've got a larger workload.

Post reply on HN