Tag

PreStop Hook

0 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.

Pod LifecyclePreStop HookReadiness Probe
0 likes · 8 min read
Understanding Pod Startup and Shutdown Phases in Kubernetes Rolling Deployments
DevOps Cloud Academy
DevOps Cloud Academy
Sep 1, 2023 · Cloud Native

Understanding Kubernetes Termination Signals and Graceful Shutdown

This article explains how Kubernetes termination signals work, the graceful shutdown workflow, handling of application termination, customization of grace periods, impact on high availability, best practices, and tools such as preStop hooks to ensure reliable container lifecycle management.

Container OrchestrationGrace PeriodPod Lifecycle
0 likes · 9 min read
Understanding Kubernetes Termination Signals and Graceful Shutdown
360 Quality & Efficiency
360 Quality & Efficiency
Apr 14, 2023 · Cloud Native

Ensuring Zero‑Downtime Rolling Updates in Kubernetes: Causes and Solutions

This article analyzes why Kubernetes rolling updates can still cause service interruptions during pod startup and termination, explains the underlying mechanisms of Kubelet and Endpoint Controller, and provides practical steps such as readiness probes and preStop hooks to achieve smoother, near‑zero‑downtime deployments.

Cloud NativePreStop HookReadiness Probe
0 likes · 7 min read
Ensuring Zero‑Downtime Rolling Updates in Kubernetes: Causes and Solutions
System Architect Go
System Architect Go
Mar 27, 2023 · Cloud Native

Understanding Kubernetes Endpoint Propagation and Graceful Pod Deletion

Deleting a pod triggers endpoint removal, but various components like kube-proxy, CoreDNS, and ingress controllers may still route traffic until the endpoint fully propagates, so you must wait or use preStop hooks to delay deletion and handle SIGTERM gracefully within the configurable shutdown period.

Endpoint PropagationGraceful ShutdownPod Deletion
0 likes · 5 min read
Understanding Kubernetes Endpoint Propagation and Graceful Pod Deletion