Tag

Readiness Probe

0 views collected around this technical thread.

Raymond Ops
Raymond Ops
Apr 13, 2025 · Cloud Native

Mastering Kubernetes Init Containers: Lifecycle, Best Practices, and Hands‑On Examples

This article explains the Kubernetes pod lifecycle, detailing each phase from API server creation to readiness and liveness probes, and provides an in‑depth guide to init containers, their advantages, special considerations, and step‑by‑step YAML examples with commands to demonstrate initialization and troubleshooting.

Init ContainersKubernetesLiveness Probe
0 likes · 8 min read
Mastering Kubernetes Init Containers: Lifecycle, Best Practices, and Hands‑On Examples
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
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.

KubernetesPreStop HookReadiness Probe
0 likes · 7 min read
Ensuring Zero‑Downtime Rolling Updates in Kubernetes: Causes and Solutions
Ops Development Stories
Ops Development Stories
Sep 27, 2021 · Cloud Native

Mastering Kubernetes Liveness, Readiness, and Startup Probes: A Hands‑On Guide

This article explains how to configure Kubernetes liveness, readiness, and startup probes using exec, HTTP, and TCP checks, demonstrates practical YAML examples, shows how probes affect pod lifecycle events, and provides best‑practice recommendations to avoid common pitfalls.

KubernetesLiveness ProbeOperations
0 likes · 15 min read
Mastering Kubernetes Liveness, Readiness, and Startup Probes: A Hands‑On Guide
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 errorsKubernetesPreStop
0 likes · 10 min read
Smooth Upgrade Strategies for Cloud Native Services to Prevent 5xx Errors
High Availability Architecture
High Availability Architecture
May 22, 2018 · Cloud Native

Understanding Kubernetes Readiness and Liveness Probes

This article explains how Kubernetes health checks—Readiness and Liveness probes—work, the differences between them, practical scenarios for their use, and how to configure probe types, delays, and thresholds to build more resilient cloud‑native applications.

Health ChecksKubernetesLiveness Probe
0 likes · 8 min read
Understanding Kubernetes Readiness and Liveness Probes