What's the thought behind having white and light grey text on a light grey background?
Zero-Downtime Deployments with Docker Compose – No Kubernetes Required
21–30 of 81 posts
Re: Zero-Downtime Deployments with Docker Compose – No Kubernetes Required
#22What'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?
(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.
Re: Zero-Downtime Deployments with Docker Compose – No Kubernetes Required
#24Re: Zero-Downtime Deployments with Docker Compose – No Kubernetes Required
#25Earlier 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)
Re: Zero-Downtime Deployments with Docker Compose – No Kubernetes Required
#26What's the thought behind having white and light grey text on a light grey background?
Re: Zero-Downtime Deployments with Docker Compose – No Kubernetes Required
#27so 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
Re: Zero-Downtime Deployments with Docker Compose – No Kubernetes Required
#28the site is down for me.
Re: Zero-Downtime Deployments with Docker Compose – No Kubernetes Required
#29Re: Zero-Downtime Deployments with Docker Compose – No Kubernetes Required
#30> 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.
I have some stuff on single-node k3s. Because it's standard so I don't have to care.