Tagged articles
5 articles
Page 1 of 1
MaGe Linux Operations
MaGe Linux Operations
Dec 21, 2023 · Cloud Native

Why Does a Kubernetes Pod Stay in Terminating State for 30 Seconds?

This article explains why a Kubernetes pod may remain in the Terminating state for up to 30 seconds, detailing the graceful shutdown process, the role of terminationGracePeriodSeconds and preStop hooks, and how to modify startup scripts to ensure prompt pod deletion.

Init ContainerKubernetesPod Termination
0 likes · 6 min read
Why Does a Kubernetes Pod Stay in Terminating State for 30 Seconds?
Cloud Native Technology Community
Cloud Native Technology Community
Sep 5, 2023 · Cloud Native

Why Kubernetes 1.28 Finally Makes Sidecars First‑Class Citizens

This guide explains what sidecars are in Kubernetes, why they matter, the challenges they introduce, and how the new sidecar KEP in Kubernetes 1.28—introducing an Always RestartPolicy for init containers—formalizes sidecars as first‑class API objects, reshaping service‑mesh implementations and operational practices.

Cloud NativeInit ContainerKubernetes
0 likes · 18 min read
Why Kubernetes 1.28 Finally Makes Sidecars First‑Class Citizens
Alibaba Cloud Native
Alibaba Cloud Native
Sep 23, 2019 · Cloud Native

Why Pods Matter: Unpacking Kubernetes’ Core Scheduling Unit and Container Design Patterns

This article explains why Kubernetes introduces Pods as the fundamental scheduling unit, how they map to process groups, the need for atomic scheduling, and the underlying network and storage sharing mechanisms, while also detailing common container design patterns such as Init Containers and Sidecars.

Container Design PatternsInit ContainerKubernetes
0 likes · 23 min read
Why Pods Matter: Unpacking Kubernetes’ Core Scheduling Unit and Container Design Patterns