Live data from Hacker News

Zero-Downtime Deployments with Docker Compose – No Kubernetes Required

statusdude.com

21–30 of 81 posts

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

#22
post #2

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

Are the people here not looking at the article or bots? How on Earth does anyone read this?

Guessing it’s reading the system color scheme, because on my phone it’s white text on black.

(on iOS with dark mode enabled system wide)

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

#23

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

In theory. I read so many times now where people report they use it and don't really need it, and I've seen it myself now too. Still very anecdotal, but it seems somethings there

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

#24
post #2

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

Are the people here not looking at the article or bots? How on Earth does anyone read this?

It’s white text on black bg for me. But to answer your question- reader mode!

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

#25
post #22

Earlier quoted context omitted.

Are the people here not looking at the article or bots? How on Earth does anyone read this?

Guessing it’s reading the system color scheme, because on my phone it’s white text on black. (on iOS with dark mode enabled system wide)

Oh god, I just disabled dark mode and yeah, it looks awful. Looks great in dark mode though.

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

#27

so op just recreated with sticks and tape a very basic feature what k8s does out of the box, and nobody else would be able to support his creation, because its handrolled adhoc with sparse documentation. sounds like ghetto engineering

[dead]

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

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

Post reply on HN