Zero-Downtime Deployments with Docker Compose – No Kubernetes Required
1–10 of 81 posts
Re: Zero-Downtime Deployments with Docker Compose – No Kubernetes Required
#2Re: Zero-Downtime Deployments with Docker Compose – No Kubernetes Required
#3What'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
#4What'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
#5What'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
#6That 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.
Re: Zero-Downtime Deployments with Docker Compose – No Kubernetes Required
#7The readme covers connection draining with Traefik which should solve one of the issues the author mentions
Re: Zero-Downtime Deployments with Docker Compose – No Kubernetes Required
#8> 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.
It's great.
Re: Zero-Downtime Deployments with Docker Compose – No Kubernetes Required
#9> 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.
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
#10This is pretty small scale, Kubernetes comes in when you've got a larger workload.