Tag

SIGTERM

0 views collected around this technical thread.

Cognitive Technology Team
Cognitive Technology Team
Apr 1, 2025 · Operations

Four Powerful kill Command Techniques for Managing Linux Processes

This article explains how to use the Linux kill command with SIGTERM, SIGQUIT, SIGKILL, and SIGSTOP signals to gracefully terminate, debug, force‑stop, or pause processes while minimizing data loss and providing practical command examples.

Kill CommandSIGKILLSIGTERM
0 likes · 4 min read
Four Powerful kill Command Techniques for Managing Linux Processes
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