Hacker News new | ask | show | jobs
by deepsun 408 days ago
GP talks about personal websites on 1vCPU, there's no point in zero downtime then. Apples to oranges.
1 comments

Zero downtime doesn't mean redundancy here. It means that no request gets lost or interrupted due to a container upgrade.

The new container spins up while the old container is still answering requests and only when the new container is running and all requests to the old container are done, then the old container gets discarded.