Tag

Pod Lifecycle

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
Efficient Ops
Efficient Ops
Dec 4, 2023 · Cloud Native

How Does a Kubernetes Pod Get Created? Step‑by‑Step Walkthrough

This article walks through the complete Kubernetes pod creation workflow, from submitting the YAML with kubectl to the API server, storing the definition in etcd, scheduling, kubelet orchestration, container runtime delegation, CNI networking, health probing, and endpoint setup for services.

CNICloud NativeKubernetes
0 likes · 3 min read
How Does a Kubernetes Pod Get Created? Step‑by‑Step Walkthrough
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 PeriodKubernetes
0 likes · 9 min read
Understanding Kubernetes Termination Signals and Graceful Shutdown
Ops Development Stories
Ops Development Stories
Oct 9, 2021 · Cloud Native

Why Do Some Kubernetes Pods Stay Stuck in Terminating? Causes and Fixes

This article explains the Kubernetes pod lifecycle, the meaning of the Terminating state, detailed pod creation and deletion processes, and the eviction mechanisms of both kube‑controller‑manager and kubelet, offering troubleshooting steps and best practices to resolve pods that remain stuck in Terminating.

Cloud NativeCluster OperationsEviction
0 likes · 13 min read
Why Do Some Kubernetes Pods Stay Stuck in Terminating? Causes and Fixes
Cloud Native Technology Community
Cloud Native Technology Community
Jan 11, 2021 · Cloud Native

Deep Dive into Kubernetes kubelet: Code Structure, Pod Lifecycle, and Core Modules

This article explores the Kubernetes kubelet source code, detailing its directory layout, the main kubelet.go entry point, the Run initialization sequence, the sync loop mechanics, and key questions about pod creation, synchronization, networking, volume management, and cleanup within a v1.13 cluster.

Cloud NativeGoKubernetes
0 likes · 8 min read
Deep Dive into Kubernetes kubelet: Code Structure, Pod Lifecycle, and Core Modules