Tag

smooth upgrade

1 views collected around this technical thread.

Xueersi Online School Tech Team
Xueersi Online School Tech Team
May 7, 2021 · Cloud Native

Smooth Upgrade Strategies for Cloud Native Services to Prevent 5xx Errors

This article explains why 5xx errors occur during service upgrades, describes the container and pod lifecycle in Kubernetes, and provides practical smooth‑upgrade techniques—including traffic routing, readiness probes, preStop scripts, and exec‑based entrypoints—to achieve lossless deployments for web and micro‑services.

5xx errorsCloud NativeKubernetes
0 likes · 10 min read
Smooth Upgrade Strategies for Cloud Native Services to Prevent 5xx Errors
Practical DevOps Architecture
Practical DevOps Architecture
Jan 30, 2021 · Backend Development

Understanding and Performing a Smooth Upgrade of Nginx

This article explains the concept, signals, and step‑by‑step procedure for performing a smooth, zero‑downtime upgrade of Nginx by launching a new master process, handling signals, and safely replacing the old binary on a Linux system.

DeploymentLinuxSignals
0 likes · 5 min read
Understanding and Performing a Smooth Upgrade of Nginx