Tag

rolling deployment

1 views collected around this technical thread.

DevOps Cloud Academy
DevOps Cloud Academy
Jun 13, 2024 · Cloud Native

Understanding Pod Startup and Shutdown Phases in Kubernetes Rolling Deployments

This article explains how Kubernetes rolling deployments affect pod lifecycle, detailing the startup and shutdown phases, the impact of readiness probes and endpoint updates, and how to prevent connection interruptions by using preStop hooks and proper configuration for zero‑downtime deployments.

KubernetesPod LifecyclePreStop Hook
0 likes · 8 min read
Understanding Pod Startup and Shutdown Phases in Kubernetes Rolling Deployments
DevOps Cloud Academy
DevOps Cloud Academy
Oct 31, 2022 · Operations

Rolling Deployment Strategy: Advantages, Disadvantages, and Considerations

The rolling deployment strategy incrementally replaces old application instances with new ones, allowing users to encounter both versions during rollout, and is praised for ease of implementation, low risk, and default support in platforms like Kubernetes, though it can be slow, costly for large infrastructures, and may affect user experience.

Kubernetescontinuous deliverydeployment strategy
0 likes · 2 min read
Rolling Deployment Strategy: Advantages, Disadvantages, and Considerations
Efficient Ops
Efficient Ops
Aug 18, 2022 · Operations

Inside ICBC’s Gray Release System: Reducing Risk with Canary, Rolling & Blue‑Green Deployments

This article explains how Industrial and Commercial Bank of China (ICBC) adopts gray‑release strategies—including canary, rolling, and blue‑green deployments—combined with standardized specifications, management processes, and automation tools to control version risk, ensure financial stability, and accelerate digital innovation.

Blue-Green DeploymentCanary DeploymentSoftware Delivery
0 likes · 13 min read
Inside ICBC’s Gray Release System: Reducing Risk with Canary, Rolling & Blue‑Green Deployments